Add STATIC_LIBS to ObjSQLite3.oc
FossilOrigin-Name: 55f7614f690f1a82358e5ef542512627a5b98600b67984464f20be903e725c5e
This commit is contained in:
parent
158a8d2058
commit
6f9897b332
1 changed files with 1 additions and 0 deletions
|
@ -2,3 +2,4 @@ package_format 1
|
|||
CPPFLAGS="$CPPFLAGS @SQLITE3_CPPFLAGS@"
|
||||
LIBS="-lobjsqlite3 @SQLITE3_LIBS@ $LIBS"
|
||||
FRAMEWORK_LIBS="-framework ObjSQLite3 @SQLITE3_LIBS@ $FRAMEWORK_LIBS"
|
||||
STATIC_LIBS="${libdir}/libobjsqlite3.a @SQLITE3_LIBS@ $STATIC_LIBS"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue