treewide: add targetPrefix to hardcoded references to CC=cc
This commit is contained in:
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
buildPhase = ''
|
||||
make CC=cc posix
|
||||
make CC=${stdenv.cc.targetPrefix}cc posix
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user