mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-19 12:07:13 +01:00
Add include directory for MySQL on linux.
This commit is contained in:
parent
82448a4e21
commit
92b2b57121
@ -11,6 +11,7 @@ ifeq ($(SQ_PLAT),win)
|
|||||||
SQ_DYNAMIC_LINKER_OPTIONS_ += -lmysql
|
SQ_DYNAMIC_LINKER_OPTIONS_ += -lmysql
|
||||||
else
|
else
|
||||||
SQ_DYNAMIC_LINKER_OPTIONS_ += -lmysqlclient
|
SQ_DYNAMIC_LINKER_OPTIONS_ += -lmysqlclient
|
||||||
|
SQ_INCLUDES += -I"/usr/include/mysql"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SQ_INCLUDES += -I"$(SQ_SRCDIR)"
|
SQ_INCLUDES += -I"$(SQ_SRCDIR)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user