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

Skip DISABLE_DBCONNECTIVITY attempts for now

Change-Id: I3d454d10aee05ce5b4bfd8ea0852bbc751933058
üst 616b6211
...@@ -2239,9 +2239,12 @@ if test -z "$enable_database_connectivity"; then ...@@ -2239,9 +2239,12 @@ if test -z "$enable_database_connectivity"; then
# Do enable database connectivity for Android for now as otherwise # Do enable database connectivity for Android for now as otherwise
# we presumably will get linking errors... We are not as far in # we presumably will get linking errors... We are not as far in
# the work for iOS, so we might as well disable it for iOS already. # the work for iOS, so we might as well disable it for iOS already.
if test $_os != iOS; then
# And actually, do enable it for iOS, too. Let's get back to
# figuring out what to do with this later, if ever.
#if test $_os != iOS; then
enable_database_connectivity=yes enable_database_connectivity=yes
fi #fi
fi fi
DISABLE_DBCONNECTIVITY='' DISABLE_DBCONNECTIVITY=''
......
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