cf-private: fix CFLAGS surgery

The previous version could produce unparseable flags.
This commit is contained in:
Anthony Cowley
2016-04-15 18:21:33 -04:00
parent f1e0343b19
commit 970d80b0ff
@@ -1,5 +1,5 @@
prependSearchPath() { prependSearchPath() {
NIX_CFLAGS_COMPILE="-F@out@/Library/Frameworks ${NIX_CFLAGS_COMPILE/"-F@out@/Library/Frameworks"/}" NIX_CFLAGS_COMPILE="-F@out@/Library/Frameworks ${NIX_CFLAGS_COMPILE}"
} }
linkWithRealCF() { linkWithRealCF() {