summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-10-07 11:06:02 +0300
committerTor Lillqvist <tml@iki.fi>2012-10-07 11:06:02 +0300
commitdc83d895f50169cc2bc525c5db176179d0dbcd4c (patch)
tree6c862431972f57f7c152b9c4d94cebca8623b461 /postprocess
parent74db703172baa3b2c7e3a77b54260a340777d266 (diff)
Bypass ODBC here, too
Change-Id: Ie9a49e9521741038a06dc46a1bd9072088e3bf6b
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/packcomponents/makefile.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index 7ebbc855d787..b2b2296885db 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -145,10 +145,15 @@ my_components += \
component/connectivity/source/dbtools/dbtools \
component/connectivity/source/drivers/flat/flat \
component/connectivity/source/drivers/mysql/mysql \
- component/connectivity/source/drivers/odbc/odbc \
component/connectivity/source/manager/sdbc2 \
component/shell/source/backends/localebe/localebe1 \
+.IF "$(OS)" != "ANDROID" && "$(OS)" != "IOS"
+my_components += \
+ component/connectivity/source/drivers/odbc/odbc \
+
+.ENDIF
+
.ENDIF
.IF "$(BUILD_TYPE)" != "$(BUILD_TYPE:s/DESKTOP//)"