diff options
author | Eugene Sandulenko | 2018-05-10 16:59:22 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2018-05-10 16:59:53 +0200 |
commit | 5b604e42e2a6454b0566504ff88e9840cd800407 (patch) | |
tree | 79b82f1be5fcd43826e3806224db80589291cf2c /configure | |
parent | 77f24f36ac4fe61cb9a3204cf1c6a919c024a247 (diff) | |
download | scummvm-rg350-5b604e42e2a6454b0566504ff88e9840cd800407.tar.gz scummvm-rg350-5b604e42e2a6454b0566504ff88e9840cd800407.tar.bz2 scummvm-rg350-5b604e42e2a6454b0566504ff88e9840cd800407.zip |
AGOS: Mark 25th Anniversary releases as MT-32 hack, not a fix
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1712,6 +1712,8 @@ if test "$_release_build" = yes; then # Add a define, which indicates we are doing # an build for a release version. append_var DEFINES "-DRELEASE_BUILD" + _sdlnet=no + _libcurl=no fi |