diff options
author | Marcus Comstedt | 2018-12-06 09:36:45 +0100 |
---|---|---|
committer | Marcus Comstedt | 2018-12-06 09:36:45 +0100 |
commit | e0307e9c077154f9553d9c130eb6c16b29858f8c (patch) | |
tree | afc340b03dc90ff4efb06eb94a45c5ec7ea700f8 /configure | |
parent | f6258e229ce0d92d126c5ec827e28b5b21066b8c (diff) | |
download | scummvm-rg350-e0307e9c077154f9553d9c130eb6c16b29858f8c.tar.gz scummvm-rg350-e0307e9c077154f9553d9c130eb6c16b29858f8c.tar.bz2 scummvm-rg350-e0307e9c077154f9553d9c130eb6c16b29858f8c.zip |
BUILD: Re-introduce hardcoded libz and MAD on Dreacmast
The attempts at making a more accurate auto-detection have been
postponed, so put the hardcoded enablers back for now.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3072,6 +3072,11 @@ if test -n "$_host"; then append_var CXXFLAGS "-fdelete-null-pointer-checks" _backend="dc" _build_scalers=no + # These two are needed due to shortcomings of the + # detection systems. Do not remove until auto- + # detection works correctly. + _mad=yes + _zlib=yes _port_mk="backends/platform/dc/dreamcast.mk" ;; ds) |