diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2014-08-15 17:34:41 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2014-08-15 17:34:41 -0700 |
commit | 5ff80c711ffec8932ef9f918ddaeb78e5d0a5b37 (patch) | |
tree | d281af1f74a601085f3880ef5b1f6189a16ba38c /Makefile | |
parent | f0f01b334a36cad80f8d3065d23ab05a1a155112 (diff) | |
download | qtlocation-mapboxgl-5ff80c711ffec8932ef9f918ddaeb78e5d0a5b37.tar.gz |
fixes #414: build Travis on both Linux & OS X (including for iOS)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |