fix missing sqlite include and lib path

This commit is contained in:
Harvey Fong 2026-01-04 04:15:43 +00:00
parent d6d4956ffc
commit 1730ffe44c

View File

@ -53,7 +53,7 @@ endif
# Common include and library paths
#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
# Platform-specific versioned library filename
@ -65,7 +65,7 @@ endif
# Library flags
#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
# Build type specific flags