mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 18:37:01 +00:00
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:
parent
f6258e229c
commit
e0307e9c07
5
configure
vendored
5
configure
vendored
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user