[Scummvm-git-logs] scummvm master -> 1e6e6c1e1a0e8401161358662046e57c2c237622
ccawley2011
ccawley2011 at gmail.com
Thu Aug 15 18:42:35 CEST 2019
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:
1e6e6c1e1a DS: Disable Bink and Lua
Commit: 1e6e6c1e1a0e8401161358662046e57c2c237622
https://github.com/scummvm/scummvm/commit/1e6e6c1e1a0e8401161358662046e57c2c237622
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2019-08-15T17:42:32+01:00
Commit Message:
DS: Disable Bink and Lua
This should help to reduce the size of the main executable.
Changed paths:
configure
diff --git a/configure b/configure
index 7f6fa68..8b70ad5 100755
--- a/configure
+++ b/configure
@@ -3159,6 +3159,8 @@ if test -n "$_host"; then
_build_scalers=no
_mt32emu=no
_nuked_opl=no
+ _bink=no
+ _lua=no
_port_mk="backends/platform/ds/ds.mk"
;;
gamecube)
More information about the Scummvm-git-logs
mailing list