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

non-system mariadb need iconv

Change-Id: I2c150d9adf9f5d21b36c9cf57f62e214dc97b680
üst 4c232e49
......@@ -24,6 +24,12 @@ $(eval $(call gb_Library_add_libs,mysqlcppconn,\
endif
ifeq ($(SYSTEM_MARIADB),)
$(eval $(call gb_Library_use_externals,mysqlcppconn,\
iconv \
))
endif
$(eval $(call gb_Library_set_warnings_not_errors,mysqlcppconn))
$(eval $(call gb_Library_set_generated_cxx_suffix,mysqlcppconn,cpp))
......
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