par: fix build
This commit is contained in:
@@ -20,9 +20,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
makefile = "protoMakefile";
|
makefile = "protoMakefile";
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
makeFlagsArray=+( CC="${stdenv.cc.targetPrefix}cc -c" \
|
makeFlagsArray+=(CC="${stdenv.cc.targetPrefix}cc -c" LINK1=${stdenv.cc.targetPrefix}cc)
|
||||||
LINK1=${stdenv.cc.targetPrefix}cc \
|
|
||||||
)
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user