Overview
Comment: | Add STATIC_LIBS to ObjSQLite3.oc |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
55f7614f690f1a82358e5ef542512627 |
User & Date: | js on 2024-07-21 15:30:02 |
Other Links: | manifest | tags |
Context
2024-08-04
| ||
20:38 | Migrate build system to Meson check-in: 2aa27f332c user: js tags: trunk | |
2024-07-21
| ||
15:30 | Add STATIC_LIBS to ObjSQLite3.oc check-in: 55f7614f69 user: js tags: trunk | |
15:27 | Update buildsys check-in: 5fd89bee64 user: js tags: trunk | |
Changes
Modified ObjSQLite3.oc.in from [1f4a971881] to [10c32dd7b2].
1 2 3 4 | package_format 1 CPPFLAGS="$CPPFLAGS @SQLITE3_CPPFLAGS@" LIBS="-lobjsqlite3 @SQLITE3_LIBS@ $LIBS" FRAMEWORK_LIBS="-framework ObjSQLite3 @SQLITE3_LIBS@ $FRAMEWORK_LIBS" | > | 1 2 3 4 5 | 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" |