ledger3: reference the right lib directory...

This commit is contained in:
John Wiegley 2014-11-04 00:09:55 -06:00
parent 28d0908bfb
commit d9de60d1bd

View file

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