diff options
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) |