From d46f24cdf8ccc577beec0f1a75e64f6599f25875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Mon, 4 Apr 2016 17:59:54 -0700 Subject: [node] always use LOOP=uv for node bindings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 ##################################################### -- cgit v1.2.1