Skip to content

Commit 0ce7b4a

Browse files
committed
---
yaml --- r: 134928 b: refs/heads/snap-stage3 c: bcc4ee0 h: refs/heads/master v: v3
1 parent 6e3bdd1 commit 0ce7b4a

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,7 +1,7 @@
11
---
22
refs/heads/master: 7eb9337dace88c5ded431aa7507f06d50619131b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 650683f926d21b59ba7ad37e6b09130fa1a368c1
4+
refs/heads/snap-stage3: bcc4ee0dbcdf3a3c9fd9ca07663bd6651a0cb2ee
55
refs/heads/try: 14378ea357c06c23607ca61ade44f60a7a64a1c7
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/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)