Merge pull request #123562 from stephank/fix-starspace-darwin
starspace: fix darwin build
This commit is contained in:
commit
a3e558285f
@ -13,6 +13,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ boost165 ];
|
buildInputs = [ boost165 ];
|
||||||
|
|
||||||
|
makeFlags = [
|
||||||
|
"CXX=${stdenv.cc.targetPrefix}c++"
|
||||||
|
"BOOST_DIR=${boost165.dev}/include"
|
||||||
|
];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
mv starspace $out/bin
|
mv starspace $out/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user