We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d8c5c commit 381ecb8Copy full SHA for 381ecb8
SConstruct
@@ -93,7 +93,7 @@ env.Append(LINKFLAGS=["-arch", env['arch'], '-isysroot', sdk_path, '-F' + sdk_pa
93
if env['arch'] == 'armv7':
94
env.Prepend(CXXFLAGS=['-fno-aligned-allocation'])
95
96
-if env['version'] == '3.2':
+if env['version'] == '3.3':
97
env.Prepend(CFLAGS=['-std=gnu11'])
98
env.Prepend(CXXFLAGS=['-DGLES_ENABLED', '-std=gnu++14'])
99
0 commit comments