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 28d042e commit 594531aCopy full SHA for 594531a
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
./gyp_uv -f make -Dtarget_arch=$$(LIBUV_ARCH_$(1)) -D ninja \
182
-Goutput_dir=$$(@D) --generator-output $$(@D))
0 commit comments