mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
use -fshort-wchar on x86_64 too (only exclude it form arm)
This commit is contained in:
parent
6f30d62779
commit
7e1052f11e
@ -220,7 +220,7 @@ ifeq ($(os), Linux)
|
||||
-Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align \
|
||||
-Wno-long-long \
|
||||
-include xpcom-config.h $(headers)
|
||||
ifeq ($(arch), x86)
|
||||
ifneq ($(arch), arm)
|
||||
cppflags += -fshort-wchar
|
||||
else
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user