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
1 changed files with 5 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue