diff options
author | Dane Springmeyer <dane@dbsgeo.com> | 2014-02-03 15:53:41 -0800 |
---|---|---|
committer | Dane Springmeyer <dane@dbsgeo.com> | 2014-02-03 15:53:41 -0800 |
commit | 6c4674017f00d0e215698b96408dcfb9ab6696df (patch) | |
tree | d0de034a813da767e8791ce495c09783957f9dac /macosx | |
parent | d9f132fe93caf8d5e2522e06faeac1a57a30660a (diff) | |
download | qtlocation-mapboxgl-6c4674017f00d0e215698b96408dcfb9ab6696df.tar.gz |
remove redundant flags
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/llmr-app.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/macosx/llmr-app.gyp b/macosx/llmr-app.gyp index da23017120..978487fc45 100644 --- a/macosx/llmr-app.gyp +++ b/macosx/llmr-app.gyp @@ -33,9 +33,6 @@ 'OTHER_CPLUSPLUSFLAGS':[ '<@(glfw3_cflags)' ], - 'OTHER_CFLAGS':[ - '<@(glfw3_cflags)' - ], 'OTHER_LDFLAGS': [ '-stdlib=libc++', '<@(glfw3_libraries)', |