summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-02-16 12:52:25 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-04-01 09:26:54 -0700
commit879382f72405edd1840d2f37744bcba49131859a (patch)
tree4f632c8973d1c5539437e790edb471090339b533 /Makefile
parent7e9a4f15c5082dfe5987e1dcbb4b816f04068a60 (diff)
downloadqtlocation-mapboxgl-879382f72405edd1840d2f37744bcba49131859a.tar.gz
[ios, osx] Replace libuv with native implementations
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