mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-07-16 14:25:01 +00:00
Update wscript
This commit is contained in:
parent
e1b22826c7
commit
431b4da467
2
wscript
2
wscript
@ -523,7 +523,7 @@ def configure(conf):
|
||||
|
||||
if conf.env.DEST_CPU in ['x86', 'x86_64']:
|
||||
flags += ['-mfpmath=sse']
|
||||
elif conf.env.DEST_CPU in ['arm', 'aarch64']:
|
||||
elif conf.env.DEST_CPU in ['arm', 'aarch64', 'thumb' ]:
|
||||
flags += ['-fsigned-char']
|
||||
|
||||
if conf.env.DEST_CPU in [ 'arm', 'thumb' ]:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user