Attempt to fix macOS automated builds.

This commit is contained in:
Stephen Anthony 2023-02-16 17:57:30 -03:30
parent 0ac532519f
commit e5af3b20d3
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -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"