mirror of
https://github.com/NixOS/nix.git
synced 2024-10-30 13:50:51 +00:00
Remove ${boost}/lib from the RPATH
This commit is contained in:
parent
e88892dc21
commit
4a3f217bde
@ -313,6 +313,7 @@
|
||||
for LIB in $out/lib/*.dylib; do
|
||||
chmod u+w $LIB
|
||||
install_name_tool -id $LIB $LIB
|
||||
install_name_tool -delete_rpath ${boost}/lib/ $LIB || true
|
||||
done
|
||||
install_name_tool -change ${boost}/lib/libboost_system.dylib $out/lib/libboost_system.dylib $out/lib/libboost_thread.dylib
|
||||
''}
|
||||
|
Loading…
Reference in New Issue
Block a user