mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
par: fix build
This commit is contained in:
parent
a5f92046ce
commit
11033cbb6b
@ -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 New Issue
Block a user