treewide: NIX_*_FLAGS -> string
This commit is contained in:
@@ -41,11 +41,7 @@ in stdenv.mkDerivation rec {
|
||||
# disable parallel building as it caused sporadic build failures
|
||||
enableParallelBuilding = false;
|
||||
|
||||
NIX_CFLAGS_COMPILE = [
|
||||
"-I${SDL2.dev}/include/SDL2"
|
||||
"-I${SDL2_image}/include/SDL2"
|
||||
"-I${SDL2_ttf}/include/SDL2"
|
||||
];
|
||||
NIX_CFLAGS_COMPILE = "-I${SDL2.dev}/include/SDL2 -I${SDL2_image}/include/SDL2 -I${SDL2_ttf}/include/SDL2";
|
||||
|
||||
makeFlags = [ "config=release" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user