mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2025-01-06 08:05:04 +01:00
scripts: psvita: no need for fsigned-char either
This commit is contained in:
parent
9ef43a4794
commit
f2f21b24a1
@ -480,7 +480,7 @@ class PSVita:
|
||||
# this optimization is broken in vitasdk
|
||||
cflags += ['-fno-optimize-sibling-calls']
|
||||
# disable some ARM bullshit
|
||||
cflags += ['-fsigned-char', '-fno-short-enums', '-Wno-attributes']
|
||||
cflags += ['-fno-short-enums', '-Wno-attributes']
|
||||
# base include dir
|
||||
cflags += ['-isystem %s/arm-vita-eabi/include' % self.vitasdk_dir]
|
||||
# SDL include dir
|
||||
|
Loading…
Reference in New Issue
Block a user