diff options
author | artemp <artem@mapnik.org> | 2014-11-04 14:56:12 +0000 |
---|---|---|
committer | artemp <artem@mapnik.org> | 2014-11-04 14:56:12 +0000 |
commit | 76066c6afda6c5472399d29ced8970363e4b9a33 (patch) | |
tree | 1192a8b1a21ce6b1e5f73f2cba1fa8f3f590d934 /test | |
parent | e5f7e3e96cbdf1559affe0fbd818ddafbe478d82 (diff) | |
download | qtlocation-mapboxgl-76066c6afda6c5472399d29ced8970363e4b9a33.tar.gz |
format
Diffstat (limited to 'test')
-rw-r--r-- | test/test.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.gyp b/test/test.gyp index fa799b6550..b9d91a374e 100644 --- a/test/test.gyp +++ b/test/test.gyp @@ -42,7 +42,7 @@ '../mapboxgl.gyp:mbgl-standalone', ], 'conditions': [ - ['OS == "mac"', { 'xcode_settings': { 'OTHER_LDFLAGS': [ '<@(ldflags)' ] } + ['OS == "mac"', { 'xcode_settings': { 'OTHER_LDFLAGS': [ '<@(ldflags)'] } }, { 'libraries': [ '<@(ldflags)' ], }] |