aspino: patch to use c++ instead of g++
This commit is contained in:
parent
b3cb07e130
commit
ee63056476
@ -11,6 +11,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ zlib boost ];
|
buildInputs = [ zlib boost ];
|
||||||
|
|
||||||
|
patchPhase = ''
|
||||||
|
substituteInPlace Makefile \
|
||||||
|
--replace "GCC = g++" "GCC = c++"
|
||||||
|
'';
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
cp ${glucose.src} patches/glucose-syrup.tgz
|
cp ${glucose.src} patches/glucose-syrup.tgz
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user