Update wscript

This commit is contained in:
ItzVlλdik 2026-01-05 18:41:28 +00:00 committed by GitHub
parent e1b22826c7
commit 431b4da467
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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' ]: