mirror of
https://github.com/pocoproject/poco.git
synced 2026-01-04 12:32:15 +01:00
fix(SQLite): Adapt makefiles for external dependencies #5048
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -210,3 +210,5 @@ Foundation/src/zutil.c
|
||||
Foundation/src/zutil.h
|
||||
JSON/src/pdjson.c
|
||||
JSON/src/pdjson.h
|
||||
Data/SQLite/src/sqlite3.c
|
||||
Data/SQLite/src/sqlite3.h
|
||||
|
||||
@@ -23,6 +23,10 @@ ifdef POCO_SQLITE_UNBUNDLED
|
||||
SYSLIBS += -lsqlite3
|
||||
else
|
||||
objects += sqlite3
|
||||
prebuild = $(shell \
|
||||
ln -sf $(POCO_BASE)/dependencies/sqlite3/src/*.c src/ \
|
||||
ln -sf $(POCO_BASE)/dependencies/sqlite3/src/*.h src/ \
|
||||
)
|
||||
endif
|
||||
|
||||
ifndef POCO_DATA_NO_SQL_PARSER
|
||||
|
||||
Reference in New Issue
Block a user