treewide: add targetPrefix to hardcoded references to CC=cc
This commit is contained in:
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
preBuild = "
|
||||
makeFlagsArray=(prefix=$out E=echo RANLIB=ranlib INSTALL='install -c')
|
||||
makeFlagsArray=(prefix=$out E=echo RANLIB=${stdenv.cc.targetPrefix}ranlib INSTALL='install -c')
|
||||
";
|
||||
|
||||
# Work around a broken Makefile.
|
||||
|
||||
Reference in New Issue
Block a user