From 92b2b5712140262af45e8127756ad451b2cc9f1f Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Tue, 6 Feb 2018 02:12:23 +0200 Subject: [PATCH] Add include directory for MySQL on linux. --- modules/mysql/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/mysql/Makefile b/modules/mysql/Makefile index 55b2b84c..dd289d51 100644 --- a/modules/mysql/Makefile +++ b/modules/mysql/Makefile @@ -11,6 +11,7 @@ ifeq ($(SQ_PLAT),win) SQ_DYNAMIC_LINKER_OPTIONS_ += -lmysql else SQ_DYNAMIC_LINKER_OPTIONS_ += -lmysqlclient + SQ_INCLUDES += -I"/usr/include/mysql" endif SQ_INCLUDES += -I"$(SQ_SRCDIR)"