diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-02-16 12:52:25 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-04-01 09:26:54 -0700 |
commit | 879382f72405edd1840d2f37744bcba49131859a (patch) | |
tree | 4f632c8973d1c5539437e790edb471090339b533 /Makefile | |
parent | 7e9a4f15c5082dfe5987e1dcbb4b816f04068a60 (diff) | |
download | qtlocation-mapboxgl-879382f72405edd1840d2f37744bcba49131859a.tar.gz |
[ios, osx] Replace libuv with native implementations
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |