forked from mirrors/nixpkgs
ledger3: reference the right lib directory...
This commit is contained in:
parent
28d0908bfb
commit
d9de60d1bd
|
@ -26,7 +26,7 @@ stdenv.mkDerivation {
|
|||
'' + stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
for i in date_time filesystem system iostreams regex unit_test_framework; do
|
||||
boostlib=libboost_''$i.dylib
|
||||
install_name_tool -change ''$boostlib $out/lib/''$boostlib $out/bin/ledger
|
||||
install_name_tool -change ''$boostlib ${boost}/lib/''$boostlib $out/bin/ledger
|
||||
done
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue