flasm: fix cross-compilation
This commit is contained in:
parent
028ebdb0b0
commit
e2b451fa8a
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||
stripRoot = false;
|
||||
};
|
||||
|
||||
makeFlags = [ "CC=cc" ];
|
||||
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
|
||||
|
||||
nativeBuildInputs = [ unzip bison flex gperf ];
|
||||
|
||||
|
|
Loading…
Reference in New Issue