cf-private: fix CFLAGS surgery
The previous version could produce unparseable flags.
This commit is contained in:
parent
f1e0343b19
commit
970d80b0ff
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
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() {
|
||||
|
|
Loading…
Reference in a new issue