diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-12-11 18:31:32 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-12-11 18:31:32 +0100 |
commit | 41d9e7730f8e430a08a0181912e2f4749bff112d (patch) | |
tree | c4af7f398791549ee09272757e82ae2e42b1a59a /bin | |
parent | 8b5bba08b31e854caadfa31a4a2cf465353f0fd5 (diff) | |
download | qtlocation-mapboxgl-41d9e7730f8e430a08a0181912e2f4749bff112d.tar.gz |
add xcode project for render cli util
Diffstat (limited to 'bin')
-rw-r--r-- | bin/render.gyp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/render.gyp b/bin/render.gyp index 9fb6066eb5..9ad9e7481f 100644 --- a/bin/render.gyp +++ b/bin/render.gyp @@ -1,8 +1,6 @@ { 'includes': [ '../gyp/common.gypi', - '../gyp/version.gypi', - '../gyp/mbgl-platform.gypi', ], 'targets': [ { @@ -45,9 +43,9 @@ ], 'include_dirs': [ '../src' ], 'dependencies': [ - '../mapboxgl.gyp:mbgl-core', + '../mapboxgl.gyp:mbgl-standalone', '../mapboxgl.gyp:mbgl-headless', - '<(platform_library)', + '../mapboxgl.gyp:mbgl-<(platform)', ], }, ], |