diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-05-02 12:00:03 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-05-02 13:12:24 -0700 |
commit | 7800445c85b29f60b8f5ff265122182035af6ff0 (patch) | |
tree | b52f49e8e5c88a9e88ccded3c8e1da18e6086b9a /bin | |
parent | 34f9618d31532c7872bef4529eaa138527a320c9 (diff) | |
download | qtlocation-mapboxgl-7800445c85b29f60b8f5ff265122182035af6ff0.tar.gz |
[core] Use gyp's direct_dependent_settings to propagate variant cflags
Diffstat (limited to 'bin')
-rw-r--r-- | bin/glfw.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/glfw.gypi b/bin/glfw.gypi index 395b94009f..dbf73e5abe 100644 --- a/bin/glfw.gypi +++ b/bin/glfw.gypi @@ -6,6 +6,7 @@ 'type': 'executable', 'dependencies': [ + 'core', 'platform-lib', 'copy_certificate_bundle', ], @@ -27,7 +28,6 @@ 'variables': { 'cflags_cc': [ '<@(glfw_cflags)', - '<@(variant_cflags)', ], 'ldflags': [ '<@(glfw_ldflags)', |