diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-04-21 11:57:08 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-04-24 11:50:50 +0200 |
commit | 0d5568f7248d489c6081c217f2c21e56fb12e5f1 (patch) | |
tree | 1ff2bfd0152d4633cb2eaa69f2b101ec825742d2 /macosx | |
parent | 8d766135974110a8c52a43956ff4f3313cb0e310 (diff) | |
download | qtlocation-mapboxgl-0d5568f7248d489c6081c217f2c21e56fb12e5f1.tar.gz |
merge build targets so we only have one build file per platform
previously, we used multiple different projects for various targets (app, test, render) that overwrote each other, so it was impossible to have one project to build them all, one project to compile them, one project to run them all and in the darkness bind them
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/mapboxgl-app.gypi (renamed from macosx/mapboxgl-app.gyp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/mapboxgl-app.gyp b/macosx/mapboxgl-app.gypi index 9817f9d97c..3817954042 100644 --- a/macosx/mapboxgl-app.gyp +++ b/macosx/mapboxgl-app.gypi @@ -53,7 +53,7 @@ 'OTHER_CPLUSPLUSFLAGS': [ '<@(cflags_cc)' ], 'OTHER_LDFLAGS': [ '<@(ldflags)' ], 'SDKROOT': 'macosx', - 'INFOPLIST_FILE': 'Info.plist', + 'INFOPLIST_FILE': '../macosx/Info.plist', 'CLANG_ENABLE_OBJC_ARC': 'YES' }, } |