Browse Source

wscript: typo fix

pull/11/head
nillerusr 3 years ago
parent
commit
c1c616e569
  1. 2
      wscript

2
wscript

@ -169,7 +169,7 @@ def define_platform(conf): @@ -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',

Loading…
Cancel
Save