diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-10-05 12:30:49 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-10-07 07:59:12 +0300 |
commit | ed95cdf4f22c40223e2829d96b9959016eb6002c (patch) | |
tree | 00ad6450d3ca690d7f1243ebb554ed00703311c1 | |
parent | 5084b6dca889e83da13c917a15fafd10a698f326 (diff) |
No point with ODBC for Android or iOS
Sure, little point for them with the other stuff here in connectivity
either, but those parts at least compile. If/when I get back to
getting the --disable-database-connectivity thing to work, all of
conectivity will be bypassed for Android and iOS, of course.
Change-Id: I4eeeb9ccdf46fb2e1df8bf75aef63e17cbb97bbf
-rw-r--r-- | connectivity/Module_connectivity.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/Module_connectivity.mk b/connectivity/Module_connectivity.mk index beb34bdc3c5b..3cd7daa38b48 100644 --- a/connectivity/Module_connectivity.mk +++ b/connectivity/Module_connectivity.mk @@ -45,8 +45,9 @@ $(eval $(call gb_Module_add_targets,connectivity,\ Library_file \ Library_flat \ Library_mysql \ - Library_odbc \ - Library_odbcbase \ + $(if $(filter ANDROID IOS,$(OS)),, \ + Library_odbc \ + Library_odbcbase) \ Library_sdbc2 \ Package_generated \ Package_inc \ |