Kaydet (Commit) c5bef750 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Disable mariadb for iOS, too

Change-Id: Iee7b31f1b1a498b99f027cc9f5aeb60360213e51
üst a6b5dda5
...@@ -8316,7 +8316,7 @@ AC_SUBST(PYTHON_VERSION_MAJOR) ...@@ -8316,7 +8316,7 @@ AC_SUBST(PYTHON_VERSION_MAJOR)
AC_SUBST(PYTHON_VERSION_MINOR) AC_SUBST(PYTHON_VERSION_MINOR)
ENABLE_MARIADBC=TRUE ENABLE_MARIADBC=TRUE
if test "$_os" = "Android"; then if test "$_os" = "Android" -o "$_os" = "iOS"; then
ENABLE_MARIADBC= ENABLE_MARIADBC=
fi fi
MARIADBC_MAJOR=1 MARIADBC_MAJOR=1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment