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 4942fe9 commit a74296aCopy full SHA for a74296a
mk/rt.mk
@@ -158,16 +158,19 @@ LIBUV_DEPS := $$(wildcard \
158
endif
159
160
ifdef CFG_WINDOWSY
161
-LIBUV_OS := 'OS=mingw'
+$$(LIBUV_LIB_$(1)): $$(LIBUV_DEPS)
162
+ $$(Q)$$(MAKE) -C $$(S)src/libuv/ \
163
+ builddir_name="$$(CFG_BUILD_DIR)/rt/$(1)/libuv" \
164
+ OS=mingw \
165
+ V=$$(VERBOSE)
166
else
-LIBUV_OS :=
-endif
-
167
$$(LIBUV_LIB_$(1)): $$(LIBUV_DEPS)
168
$$(Q)$$(MAKE) -C $$(S)src/libuv/ \
169
CFLAGS="$$(LIBUV_FLAGS_$$(HOST_$(1))) $$(SNAP_DEFINES)" \
- builddir_name="$$(CFG_BUILD_DIR)/rt/$(1)/libuv" $$(LIBUV_OS) \
170
171
V=$$(VERBOSE)
172
+endif
173
+
174
175
# These could go in rt.mk or rustllvm.mk, they're needed for both.
176
0 commit comments