diff options
author | Cameron Cawley | 2019-08-15 17:42:32 +0100 |
---|---|---|
committer | GitHub | 2019-08-15 17:42:32 +0100 |
commit | 1e6e6c1e1a0e8401161358662046e57c2c237622 (patch) | |
tree | a5c327f48c7072b0e3834e1e1c97f5f922790f7d /configure | |
parent | 54c465ef17adeb7ecebdc8b9d3573e772437d034 (diff) | |
download | scummvm-rg350-1e6e6c1e1a0e8401161358662046e57c2c237622.tar.gz scummvm-rg350-1e6e6c1e1a0e8401161358662046e57c2c237622.tar.bz2 scummvm-rg350-1e6e6c1e1a0e8401161358662046e57c2c237622.zip |
DS: Disable Bink and Lua
This should help to reduce the size of the main executable.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |