summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 395ab5f78b..f24b40cdea 100644
--- a/Makefile
+++ b/Makefile
@@ -100,11 +100,11 @@ apackage: android-lib-mips
# Builds the Node.js library
.PHONY: node
-node: ; $(RUN) HTTP=none ASSET=none Makefile/node
+node: ; $(RUN) LOOP=uv HTTP=none ASSET=none Makefile/node
.PHONY: Xcode/node
-Xcode/node: ; $(RUN) HTTP=none ASSET=none Xcode/node
+Xcode/node: ; $(RUN) LOOP=uv HTTP=none ASSET=none Xcode/node
.PHONY: xnode
xnode: Xcode/node ; @open ./build/binding.xcodeproj