Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Piñera committed Jul 16, 2019
1 parent 3cd7a72 commit 3877554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def package
# Tuistenv
system(*build_tuistenv_args)
system("install_name_tool", "-add_rpath", "@executable_path", ".build/release/tuistenv")
system("install_name_tool", "-add_rpath", "/usr/local/etc", ".build/release/tuistenv")
system("install_name_tool", "-add_rpath", "/usr/local/Frameworks", ".build/release/tuistenv")

Dir.chdir(".build/release") do
system("zip", "-q", "-r", "--symlinks", "tuist.zip", "tuist", "ProjectDescription.swiftmodule", "ProjectDescription.swiftdoc", " libProjectDescription.dylib")
Expand Down

0 comments on commit 3877554

Please sign in to comment.