Skip to content

Commit 3439002

Browse files
committed
Remove unused flag
1 parent 96cd4ee commit 3439002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/binding.gyp

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
'MACOSX_DEPLOYMENT_TARGET': '10.9',
5757
'defines': ['__APPLE__'],
5858
'CLANG_CXX_LIBRARY': 'libc++',
59-
'OTHER_CFLAGS': ['-std=c++17', '-fno-exceptions', '-mmacosx-version-min=10.9'],
59+
'OTHER_CFLAGS': ['-std=c++17', '-fno-exceptions'],
6060
}],
6161
['OS=="win"', {
6262
'libraries': ['glfw3dll.lib', 'opengl32.lib'],

0 commit comments

Comments
 (0)