From e0307e9c077154f9553d9c130eb6c16b29858f8c Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Thu, 6 Dec 2018 09:36:45 +0100 Subject: 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. --- configure | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 493573f02c..7a066169c5 100755 --- a/configure +++ b/configure @@ -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) -- cgit v1.2.3