Kaydet (Commit) 67034cb6 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

mariadb iconv dep apparently is only for Mac

Change-Id: Ic49fa8c62eb7ce01e4488bc32ef9167a9b77662d
üst cee813ac
......@@ -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))
......
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