From e5af3b20d35a6461a65fcbd888eac9701cf24619 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Thu, 16 Feb 2023 17:57:30 -0330 Subject: [PATCH] Attempt to fix macOS automated builds. --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 9eca75c9a..d7861ac60 100755 --- a/configure +++ b/configure @@ -841,6 +841,7 @@ case $_host_os in if test "$have_clang" == yes; then CXXFLAGS="$CXXFLAGS -Wno-poison-system-directories" fi + _libsqlite3=no ;; retron77) DEFINES="$DEFINES -DBSPF_UNIX -DRETRON77"