We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650683f commit bcc4ee0Copy full SHA for bcc4ee0
mk/rt.mk
@@ -228,6 +228,9 @@ else ifeq ($(OSTYPE_$(1)), apple-ios) # iOS
228
$$(LIBUV_XCODEPROJ_$(1)): $$(LIBUV_DEPS) $$(MKFILE_DEPS) $$(LIBUV_STAMP_$(1))
229
cp -rf $(S)src/libuv/ $$(LIBUV_BUILD_DIR_$(1))
230
(cd $$(LIBUV_BUILD_DIR_$(1)) && \
231
+ CC="$$(CC_$(1))" \
232
+ CXX="$$(CXX_$(1))" \
233
+ AR="$$(AR_$(1))" \
234
$$(CFG_PYTHON) ./gyp_uv.py -f xcode \
235
-D ninja \
236
-R libuv)
0 commit comments