Commit 2bf2265c authored by 黄振令's avatar 黄振令

Author: huang.zhenling

Root Cause: 连接sqlite库
How2Fix:
parent 3939e5cc
...@@ -8,5 +8,6 @@ CFLAGS += -I$(TOP_DIR)/common/nanomsg/include ...@@ -8,5 +8,6 @@ CFLAGS += -I$(TOP_DIR)/common/nanomsg/include
CFLAGS += -I$(TOP_DIR)/common/ev/include CFLAGS += -I$(TOP_DIR)/common/ev/include
CFLAGS += -I$(TOP_DIR)/common/api CFLAGS += -I$(TOP_DIR)/common/api
LDFLAGS += -lapi_com LDFLAGS += -lapi_com
LDFLAGS += -lsqlite -ldl
LDFLAGS += -L$(TOP_DIR)/common/nanomsg -static -lnanomsg -lanl LDFLAGS += -L$(TOP_DIR)/common/nanomsg -static -lnanomsg -lanl
LDFLAGS += -L$(TOP_DIR)/common/ev -static -lev LDFLAGS += -L$(TOP_DIR)/common/ev -static -lev
\ No newline at end of file
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