boost: fix Darwin cross-compilation
b2 tries to invoke the linker without a prefix, which fails.
This commit is contained in:
@@ -181,6 +181,8 @@ stdenv.mkDerivation {
|
||||
cat << EOF >> user-config.jam
|
||||
using clang-darwin : : ${stdenv.cc.targetPrefix}c++
|
||||
: <linkflags>"-rpath $out/lib/"
|
||||
<archiver>$AR
|
||||
<ranlib>$RANLIB
|
||||
;
|
||||
EOF
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user