Skip to content

Commit 381ecb8

Browse files
committed
Fixed scons version check
1 parent 66d8c5c commit 381ecb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ env.Append(LINKFLAGS=["-arch", env['arch'], '-isysroot', sdk_path, '-F' + sdk_pa
9393
if env['arch'] == 'armv7':
9494
env.Prepend(CXXFLAGS=['-fno-aligned-allocation'])
9595

96-
if env['version'] == '3.2':
96+
if env['version'] == '3.3':
9797
env.Prepend(CFLAGS=['-std=gnu11'])
9898
env.Prepend(CXXFLAGS=['-DGLES_ENABLED', '-std=gnu++14'])
9999

0 commit comments

Comments
 (0)