mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Changed Linux build to use 16-bit wide chars, to fix issue #5132
This commit is contained in:
@@ -8,6 +8,11 @@ if [ "${1}" == "32" ]; then
|
||||
shift
|
||||
fi
|
||||
|
||||
# Makes Linux use 16-bit wide chars instead of 32-bit
|
||||
CFLAGS="${CFLAGS} -fshort-wchar"
|
||||
CXXFLAGS="${CXXFLAGS} -fshort-wchar"
|
||||
export CCFLAGS CXXFLAGS
|
||||
|
||||
# I'm sick and tired of all the churn the three versions of autoconf
|
||||
# are causing in this repo. Stop committing the configure scripts
|
||||
# and just autoregen.
|
||||
|
Reference in New Issue
Block a user