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.
This commit is contained in:
Marcus Comstedt 2018-12-06 09:36:45 +01:00
parent f6258e229c
commit e0307e9c07

5
configure vendored
View File

@ -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)