Kaydet (Commit) 01cb7bc8 authored tarafından Fridrich Štrba's avatar Fridrich Štrba

No need to copy any library from any path

Change-Id: Iac0b88ea48b3ed7b989d38b0473f6993d899f430
üst e7bcea66
...@@ -26,12 +26,4 @@ ifeq ($(SYSTEM_MYSQL_CPPCONN),NO) ...@@ -26,12 +26,4 @@ ifeq ($(SYSTEM_MYSQL_CPPCONN),NO)
$(eval $(call gb_Extension_add_library,mysql-connector-ooo,mysqlcppconn)) $(eval $(call gb_Extension_add_library,mysql-connector-ooo,mysqlcppconn))
endif endif
# HACK: comes from Library_mysql.mk
ifeq ($(SYSTEM_MARIADB),NO)
$(eval $(call gb_Extension_add_files,mysql-connector-ooo,,\
$(LIBMARIADB_PATH)/lib/$(LIBMARIADB) \
))
endif
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
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