summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 09c1e12d3f..f9dc5b4981 100644
--- a/Makefile
+++ b/Makefile
@@ -170,7 +170,7 @@ xnode: Xcode/node
.PHONY: nproj
nproj:
- $(RUN) HTTP=none ASSET=none node/xproj
+ $(RUN) LOOP=uv HTTP=none ASSET=none node/xproj
open ./build/binding.xcodeproj
#### Miscellaneous targets #####################################################