summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2014-08-15 17:34:41 -0700
committerJustin R. Miller <incanus@codesorcery.net>2014-08-15 17:34:41 -0700
commit5ff80c711ffec8932ef9f918ddaeb78e5d0a5b37 (patch)
treed281af1f74a601085f3880ef5b1f6189a16ba38c /Makefile
parentf0f01b334a36cad80f8d3065d23ab05a1a155112 (diff)
downloadqtlocation-mapboxgl-5ff80c711ffec8932ef9f918ddaeb78e5d0a5b37.tar.gz
fixes #414: build Travis on both Linux & OS X (including for iOS)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index efc2385ced..fe44e914d7 100644
--- a/Makefile
+++ b/Makefile
@@ -73,8 +73,10 @@ clear_xcode_cache:
fi
# build Mac OS X project for Xcode
-xproj: config.gypi macosx/mapboxgl-app.gyp clear_xcode_cache node
+xproj-cli: config.gypi macosx/mapboxgl-app.gyp clear_xcode_cache node
deps/run_gyp macosx/mapboxgl-app.gyp --depth=. --generator-output=./build -f xcode
+
+xproj: xproj-cli
open ./build/macosx/mapboxgl-app.xcodeproj
# build iOS project for Xcode