From 879382f72405edd1840d2f37744bcba49131859a Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 16 Feb 2016 12:52:25 -0800 Subject: [ios, osx] Replace libuv with native implementations --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.1