summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-03-01 13:05:13 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-03-01 13:05:13 +0100
commit6c58101b12ee8e599aff3541f10c1fbfe5a027fb (patch)
tree190fd66b912ab47956fd547237056a9ee1ecdbbe /Makefile
parent0782cfc5be92ebc79711f6f9756db303026030e3 (diff)
downloadqtlocation-mapboxgl-6c58101b12ee8e599aff3541f10c1fbfe5a027fb.tar.gz
multithreaded curl for linux
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 854b5fb81f..c6f4eb0b3b 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,12 @@ linux: config.gypi src linux/llmr-app.gyp
make -C build/linux-make V=$(V)
./build/linux-make/out/Release/llmr.app
+
+# build OS X app with Xcode
+lproj: config.gypi src linux/llmr-app.gyp
+ deps/run_gyp linux/llmr-app.gyp -Goutput_dir=./out/ --depth=. --generator-output=./ -f xcode
+ open ./linux/llmr-app.xcodeproj
+
# build just xcode project for libllmr
xcode: config.gypi llmr.gyp
deps/run_gyp llmr.gyp -Goutput_dir=./out/ --depth=. --generator-output=./ -f xcode