Skip to content

Commit ddb2015

Browse files
committed
---
yaml --- r: 134709 b: refs/heads/try c: bcc4ee0 h: refs/heads/master i: 134707: ace032d v: v3
1 parent bdf493a commit ddb2015

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
@@ -2,7 +2,7 @@
22
refs/heads/master: 58413c09cd52ea4005d6ea7733ba1fb3a8f36589
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 437179ed8bf7f7672f84b19265df1ce569e70490
5-
refs/heads/try: 650683f926d21b59ba7ad37e6b09130fa1a368c1
5+
refs/heads/try: bcc4ee0dbcdf3a3c9fd9ca07663bd6651a0cb2ee
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/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)