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 ];
|
||||
|
||||
patchPhase = ''
|
||||
substituteInPlace Makefile \
|
||||
--replace "GCC = g++" "GCC = c++"
|
||||
'';
|
||||
|
||||
preBuild = ''
|
||||
cp ${glucose.src} patches/glucose-syrup.tgz
|
||||
./bootstrap.sh
|
||||
|
Loading…
Reference in New Issue
Block a user