summaryrefslogtreecommitdiffstats
path: root/mysqlc
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlc')
-rw-r--r--mysqlc/source/makefile.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/mysqlc/source/makefile.mk b/mysqlc/source/makefile.mk
index 63c86df97829..1ee4c87eab29 100644
--- a/mysqlc/source/makefile.mk
+++ b/mysqlc/source/makefile.mk
@@ -104,9 +104,6 @@ CDEFS += -DCPPCONN_LIB=\"$(DLLPRE)mysqlcppconn$(DLLPOST)\"
.ELSE
MYSQL_LIBFILE=$(MYSQL_LIBDIR)$/$(DLLPRE)mysql$(DLLPOST).16
.ENDIF
-
- # checkdll will complain if we do not point it to the libmysql lib
- EXTRALIBPATHS=-L$(MYSQL_LIBDIR)
.ENDIF
.IF "$(SYSTEM_MYSQL_CPPCONN)" != "YES"