Skip to content

Commit ccf430f

Browse files
olsonjefferyKerra Olson
authored andcommitted
---
yaml --- r: 44355 b: refs/heads/master c: a38b166 h: refs/heads/master i: 44353: 6a01fc6 44351: 60b58f7 v: v3
1 parent 940edbc commit ccf430f

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
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: dfcdb6eb729fa51cac47f219a90a9f894819f343
2+
refs/heads/master: a38b16651f0d900b1f1ed3b251488922fccd1f71
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d9689399d091c3265f00434a69c551a61c28dc
55
refs/heads/try: ef355f6332f83371e4acf04fc4eb940ab41d78d3

trunk/mk/rt.mk

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -157,16 +157,17 @@ LIBUV_DEPS := $$(wildcard \
157157
$$(S)src/libuv/*/*/*/*)
158158
endif
159159

160+
ifdef CFG_WINDOWSY
161+
LIBUV_OS := 'OS=mingw'
162+
else
163+
LIBUV_OS :=
164+
endif
165+
160166
$$(LIBUV_LIB_$(1)): $$(LIBUV_DEPS)
161167
$$(Q)$$(MAKE) -C $$(S)src/libuv/ \
162168
CFLAGS="$$(LIBUV_FLAGS_$$(HOST_$(1))) $$(SNAP_DEFINES)" \
163-
LDFLAGS="$$(LIBUV_FLAGS_$$(HOST_$(1)))" \
164-
CC="$$(CFG_GCCISH_CROSS)$$(CC)" \
165-
CXX="$$(CFG_GCCISH_CROSS)$$(CXX)" \
166-
AR="$$(CFG_GCCISH_CROSS)$$(AR)" \
167-
BUILDTYPE=Release \
168-
builddir_name="$$(CFG_BUILD_DIR)/rt/$(1)/libuv" \
169-
V=$$(VERBOSE) FLOCK=
169+
builddir_name="$$(CFG_BUILD_DIR)/rt/$(1)/libuv" $$(LIBUV_OS) \
170+
V=$$(VERBOSE)
170171

171172
# These could go in rt.mk or rustllvm.mk, they're needed for both.
172173

0 commit comments

Comments
 (0)