Remove ${boost}/lib from the RPATH

This commit is contained in:
Eelco Dolstra 2022-06-08 13:39:44 +02:00
parent e88892dc21
commit 4a3f217bde
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -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
''}