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 ];
|
||||
|
||||
makeFlags = [
|
||||
"CXX=${stdenv.cc.targetPrefix}c++"
|
||||
"BOOST_DIR=${boost165.dev}/include"
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
mv starspace $out/bin
|
||||
|
Loading…
Reference in New Issue
Block a user