forked from rarias/bscpkgs
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 ''
|
preBuild = (if cflags != null then ''
|
||||||
makeFlagsArray+=(CFLAGS=${cflags})
|
makeFlagsArray+=(CFLAGS="${cflags}")
|
||||||
'' else "");
|
'' else "");
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user