Skip to content

Commit

Permalink
GCW0: Clean up build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Apr 18, 2016
1 parent fdc3db6 commit a463039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/platform/dingux/build.gcw0.sh
Expand Up @@ -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

0 comments on commit a463039

Please sign in to comment.