par: fix build
This commit is contained in:
parent
a5f92046ce
commit
11033cbb6b
1 changed files with 1 additions and 3 deletions
|
@ -20,9 +20,7 @@ stdenv.mkDerivation {
|
|||
|
||||
makefile = "protoMakefile";
|
||||
preBuild = ''
|
||||
makeFlagsArray=+( CC="${stdenv.cc.targetPrefix}cc -c" \
|
||||
LINK1=${stdenv.cc.targetPrefix}cc \
|
||||
)
|
||||
makeFlagsArray+=(CC="${stdenv.cc.targetPrefix}cc -c" LINK1=${stdenv.cc.targetPrefix}cc)
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue