mirror of https://github.com/stella-emu/stella.git
Attempt to fix macOS automated builds.
This commit is contained in:
parent
0ac532519f
commit
e5af3b20d3
|
@ -841,6 +841,7 @@ case $_host_os in
|
||||||
if test "$have_clang" == yes; then
|
if test "$have_clang" == yes; then
|
||||||
CXXFLAGS="$CXXFLAGS -Wno-poison-system-directories"
|
CXXFLAGS="$CXXFLAGS -Wno-poison-system-directories"
|
||||||
fi
|
fi
|
||||||
|
_libsqlite3=no
|
||||||
;;
|
;;
|
||||||
retron77)
|
retron77)
|
||||||
DEFINES="$DEFINES -DBSPF_UNIX -DRETRON77"
|
DEFINES="$DEFINES -DBSPF_UNIX -DRETRON77"
|
||||||
|
|
Loading…
Reference in New Issue