Skip to content

Commit c8cd793

Browse files
committed
---
yaml --- r: 134149 b: refs/heads/master c: bcc4ee0 h: refs/heads/master i: 134147: 0524229 v: v3
1 parent 0f30154 commit c8cd793

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 650683f926d21b59ba7ad37e6b09130fa1a368c1
2+
refs/heads/master: bcc4ee0dbcdf3a3c9fd9ca07663bd6651a0cb2ee
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 437179ed8bf7f7672f84b19265df1ce569e70490
55
refs/heads/try: 777654cfccbfa39bc7f671d8e9629018ed8ca12d

trunk/mk/rt.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,9 @@ else ifeq ($(OSTYPE_$(1)), apple-ios) # iOS
228228
$$(LIBUV_XCODEPROJ_$(1)): $$(LIBUV_DEPS) $$(MKFILE_DEPS) $$(LIBUV_STAMP_$(1))
229229
cp -rf $(S)src/libuv/ $$(LIBUV_BUILD_DIR_$(1))
230230
(cd $$(LIBUV_BUILD_DIR_$(1)) && \
231+
CC="$$(CC_$(1))" \
232+
CXX="$$(CXX_$(1))" \
233+
AR="$$(AR_$(1))" \
231234
$$(CFG_PYTHON) ./gyp_uv.py -f xcode \
232235
-D ninja \
233236
-R libuv)

0 commit comments

Comments
 (0)