fix missing sqlite include and lib path
This commit is contained in:
parent
d6d4956ffc
commit
1730ffe44c
4
Makefile
4
Makefile
@ -53,7 +53,7 @@ endif
|
|||||||
|
|
||||||
# Common include and library paths
|
# Common include and library paths
|
||||||
#INCLUDE_PATHS = -I$(DPP_PATH)/include -I../sqlite3
|
#INCLUDE_PATHS = -I$(DPP_PATH)/include -I../sqlite3
|
||||||
INCLUDE_PATHS = -I$(DPP_PATH)/include
|
INCLUDE_PATHS = -I$(DPP_PATH)/include -I../sqlite3
|
||||||
DPP_BUILD_DIR = $(DPP_PATH)/build/library
|
DPP_BUILD_DIR = $(DPP_PATH)/build/library
|
||||||
|
|
||||||
# Platform-specific versioned library filename
|
# Platform-specific versioned library filename
|
||||||
@ -65,7 +65,7 @@ endif
|
|||||||
|
|
||||||
# Library flags
|
# Library flags
|
||||||
#LIB_PATHS = -L$(DPP_BUILD_DIR) -L../sqlite3
|
#LIB_PATHS = -L$(DPP_BUILD_DIR) -L../sqlite3
|
||||||
LIB_PATHS = -L$(DPP_BUILD_DIR) -L../libssl -L.
|
LIB_PATHS = -L$(DPP_BUILD_DIR) -L../libssl -L../sqlite3 -L.
|
||||||
LIBRARIES = -ldpp -lsqlite3 -lssl -lcrypto
|
LIBRARIES = -ldpp -lsqlite3 -lssl -lcrypto
|
||||||
|
|
||||||
# Build type specific flags
|
# Build type specific flags
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user