diff options
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)', |