[Scummvm-git-logs] scummvm master -> 09be5f6e7a3d118a5a4eb7aab186044b068203d2
citral23
noreply at scummvm.org
Tue Jan 17 11:58:51 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
09be5f6e7a OPENDINGUX: remove export CXXFLAGS="-funsigned-char"
Commit: 09be5f6e7a3d118a5a4eb7aab186044b068203d2
https://github.com/scummvm/scummvm/commit/09be5f6e7a3d118a5a4eb7aab186044b068203d2
Author: Christophe Branchereau (cbranchereau at gmail.com)
Date: 2023-01-17T12:57:53+01:00
Commit Message:
OPENDINGUX: remove export CXXFLAGS="-funsigned-char"
The tolower() bug doesn't happen anymore
Signed-off-by: Christophe Branchereau <cbranchereau at gmail.com>
Changed paths:
backends/platform/sdl/opendingux/build_odbeta.sh
diff --git a/backends/platform/sdl/opendingux/build_odbeta.sh b/backends/platform/sdl/opendingux/build_odbeta.sh
index eb70fd07ba0..6d06ff2f58d 100755
--- a/backends/platform/sdl/opendingux/build_odbeta.sh
+++ b/backends/platform/sdl/opendingux/build_odbeta.sh
@@ -30,7 +30,6 @@ SYSROOT=$TOOLCHAIN/mipsel-$target-linux-$libc
export PATH=$TOOLCHAIN/usr/bin:$SYSROOT/usr/include:$TOOLCHAIN/bin:$PATH
export CXX=mipsel-linux-g++
-export CXXFLAGS="-funsigned-char" # workaround for a scummvm tolower() bug when adding games
./configure --host=opendingux-$target --enable-release --disable-detection-full --default-dynamic --enable-plugins
More information about the Scummvm-git-logs
mailing list