aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dingux
diff options
context:
space:
mode:
authorEugene Sandulenko2016-04-10 13:57:02 +0200
committerEugene Sandulenko2016-04-10 13:57:02 +0200
commit849ab0d9d30044e522d314bd625b62f0cbb92fa2 (patch)
tree95369fa1008cfdd07ae3307b36a54d22ca14740d /backends/platform/dingux
parent825679ff64b5c2b76e18d752fbb4a00a53c8de51 (diff)
downloadscummvm-rg350-849ab0d9d30044e522d314bd625b62f0cbb92fa2.tar.gz
scummvm-rg350-849ab0d9d30044e522d314bd625b62f0cbb92fa2.tar.bz2
scummvm-rg350-849ab0d9d30044e522d314bd625b62f0cbb92fa2.zip
GCW0: Clean up build script
Diffstat (limited to 'backends/platform/dingux')
-rwxr-xr-xbackends/platform/dingux/build.gcw0.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/dingux/build.gcw0.sh b/backends/platform/dingux/build.gcw0.sh
index c1a4fa29c2..7a31d4fd27 100755
--- a/backends/platform/dingux/build.gcw0.sh
+++ b/backends/platform/dingux/build.gcw0.sh
@@ -3,4 +3,4 @@
export PATH=/opt/gcw0-toolchain/usr/bin:$PATH
# Disable high resolution engines since we have 320x240 hardware
-./configure --host=gcw0 --enable-plugins --default-dynamic --enable-release --disable-mt32emu --disable-hq-scalers && make -j6 gcw-opk && ls -l scummvm.opk
+./configure --host=gcw0 --enable-plugins --default-dynamic --enable-release && make -j6 gcw-opk && ls -l scummvm.opk