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.
2 parents 059cbaa + 594531a commit 60a0dbcCopy full SHA for 60a0dbc
mk/rt.mk
@@ -176,7 +176,7 @@ LIBUV_NO_LOAD = run-benchmarks.target.mk run-tests.target.mk \
176
177
export PYTHONPATH := $(PYTHONPATH):$$(S)src/gyp/pylib
178
179
-$$(LIBUV_MAKEFILE_$(1)_$(2)):
+$$(LIBUV_MAKEFILE_$(1)_$(2)): $$(LIBUV_DEPS)
180
(cd $(S)src/libuv/ && \
181
$$(CFG_PYTHON) ./gyp_uv -f make -Dtarget_arch=$$(LIBUV_ARCH_$(1)) -D ninja \
182
-Goutput_dir=$$(@D) --generator-output $$(@D))
0 commit comments