wscript: typo fix

This commit is contained in:
nillerusr 2021-04-27 21:07:11 +03:00
parent 814b22f25b
commit c1c616e569

View File

@ -169,7 +169,7 @@ def define_platform(conf):
if conf.env.DEST_OS == 'android':
conf.env.append_unique('DEFINES', [
'ANDROID=1', '_ANDROID=1'
'ANDROID=1', '_ANDROID=1',
'LINUX=1', '_LINUX=1',
'POSIX=1', '_POSIX=1',
'GNUC',