Skip to content

Commit

Permalink
Don't add an @rpath that's already set
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Jun 6, 2015
1 parent 9e3423d commit f6b0b26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ prefix_install: installables
mkdir -p "$(PREFIX)/Frameworks" "$(PREFIX)/bin"
cp -rf "$(TEMPORARY_FOLDER)$(FRAMEWORKS_FOLDER)/CarthageKit.framework" "$(PREFIX)/Frameworks/"
cp -f "$(TEMPORARY_FOLDER)$(BINARIES_FOLDER)/carthage" "$(PREFIX)/bin/"
install_name_tool -add_rpath "@executable_path/../Frameworks" "$(PREFIX)/bin/carthage"
install_name_tool -add_rpath "@executable_path/../Frameworks/CarthageKit.framework/Versions/Current/Frameworks/" "$(PREFIX)/bin/carthage"

package: installables
Expand Down

0 comments on commit f6b0b26

Please sign in to comment.