Allow multiple space-separated flags
This commit is contained in:
parent
b93851ba93
commit
f6137a7bc0
@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
||||
];
|
||||
|
||||
preBuild = (if cflags != null then ''
|
||||
makeFlagsArray+=(CFLAGS=${cflags})
|
||||
makeFlagsArray+=(CFLAGS="${cflags}")
|
||||
'' else "");
|
||||
|
||||
makeFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user