forked from mirrors/nixpkgs
boost: Replace bjam with a symlink
This commit is contained in:
parent
597a948885
commit
6e2c60ad10
|
@ -73,6 +73,8 @@ stdenv.mkDerivation {
|
||||||
cd tools/build/v2
|
cd tools/build/v2
|
||||||
sh bootstrap.sh${withToolset}
|
sh bootstrap.sh${withToolset}
|
||||||
./b2 -j$NIX_BUILD_CORES -sEXPAT_INCLUDE=${expat}/include -sEXPAT_LIBPATH=${expat}/lib --layout=${layout} variant=${variant} threading=${threading} link=${link} ${cflags} install${withToolset}
|
./b2 -j$NIX_BUILD_CORES -sEXPAT_INCLUDE=${expat}/include -sEXPAT_LIBPATH=${expat}/lib --layout=${layout} variant=${variant} threading=${threading} link=${link} ${cflags} install${withToolset}
|
||||||
|
rm $out/bin/bjam
|
||||||
|
ln -s $out/bin/b2 $out/bin/bjam
|
||||||
'';
|
'';
|
||||||
|
|
||||||
crossAttrs = rec {
|
crossAttrs = rec {
|
||||||
|
|
Loading…
Reference in a new issue