Skip to content

Commit

Permalink
Adjust boost script1.sh to fix rpaths beginning with @rpath.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed May 11, 2020
1 parent 1497570 commit c9893d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/boost-cmake.patch
Expand Up @@ -60,7 +60,7 @@ index e69de29..b53cf7a 100644
+ "done; \n"
+ "for i in ${CMAKE_INSTALL_PREFIX}/lib/libboost*.dylib; do \n"
+ "\tfor j in $PREFIX/lib/libboost*.dylib; do \n"
+ "\t\tinstall_name_tool -change `basename $i` $i $j; \n"
+ "\t\tinstall_name_tool -change "@rpath/$(basename $i)" $i $j; \n"
+ "\tdone; \n"
+ "done \n"
+)
Expand Down

0 comments on commit c9893d1

Please sign in to comment.