forked from rarias/bscpkgs
Simplify compiler name variables
This commit is contained in:
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||
'' else "");
|
||||
|
||||
makeFlags = [
|
||||
"CC=${cc.cc.CC}"
|
||||
"CC=${cc.CC}"
|
||||
"BS=${toString blocksize}"
|
||||
]
|
||||
++ optional (tampi != null) "TAMPI_HOME=${tampi}";
|
||||
|
||||
Reference in New Issue
Block a user