Simplify compiler name variables

This commit is contained in:
2020-12-03 18:06:51 +01:00
parent 53d8e535b5
commit f65e4d01c3
7 changed files with 25 additions and 24 deletions

View File

@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
'';
makeFlags = [
"-f" "Makefile.${cc.cc.CC}"
"-f" "Makefile.${cc.CC}"
"apps"
"APP=Heat3D_vect"
] ++ optional (nbx != null) "NB_X=${toString nbx}"