summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-09-05 12:52:56 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-09-05 12:52:56 +0200
commit67034cb6689645cf8eed497444ea4b1ba7ca3848 (patch)
treee995af3d39dee9c11bfd79d5ea9e99fe79ebed39 /external
parentcee813ac6e24b73879312b43695b92fe77b34444 (diff)
mariadb iconv dep apparently is only for Mac
Change-Id: Ic49fa8c62eb7ce01e4488bc32ef9167a9b77662d
Diffstat (limited to 'external')
-rw-r--r--external/mysqlcppconn/Library_mysqlcppconn.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/external/mysqlcppconn/Library_mysqlcppconn.mk b/external/mysqlcppconn/Library_mysqlcppconn.mk
index 2d9b353c30d1..3a5da71592a4 100644
--- a/external/mysqlcppconn/Library_mysqlcppconn.mk
+++ b/external/mysqlcppconn/Library_mysqlcppconn.mk
@@ -24,11 +24,13 @@ $(eval $(call gb_Library_add_libs,mysqlcppconn,\
endif
+ifeq ($(OS),MACOSX)
ifeq ($(SYSTEM_MARIADB),)
$(eval $(call gb_Library_use_externals,mysqlcppconn,\
iconv \
))
endif
+endif
$(eval $(call gb_Library_set_warnings_not_errors,mysqlcppconn))