summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-04-04 17:59:54 -0700
committerKonstantin Käfer <mail@kkaefer.com>2016-04-04 17:59:54 -0700
commitd46f24cdf8ccc577beec0f1a75e64f6599f25875 (patch)
tree21faf7a18e26bd8788ace91bfc1dd702f8d6638c /Makefile
parent65acf35dcfa3784de7e522926469083068599550 (diff)
downloadqtlocation-mapboxgl-d46f24cdf8ccc577beec0f1a75e64f6599f25875.tar.gz
[node] always use LOOP=uv for node bindings
Diffstat (limited to 'Makefile')
-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 #####################################################