You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* avoid quoting cflag name and parameter with space separator ([#223](https://github.com/nodejs/gyp-next/issues/223)) ([2b9703d](https://github.com/nodejs/gyp-next/commit/2b9703dbd5b3b8a935faf257c6103033b47bf8bf))
# Avoid quoting the space between -arch and the arch name
950
+
ldflags.append("-arch")
951
+
ldflags.append(archs[0])
950
952
951
953
# Xcode adds the product directory by default.
952
954
# Rewrite -L. to -L./ to work around http://www.openradar.me/25313838
0 commit comments