Mercurial
comparison third_party/sqlite3/sqlite3.pc.in @ 173:827c6ac504cd hg-web
Merged in default here.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 19 Jan 2026 18:59:10 -0800 |
| parents | 589bab390fb4 |
| children |
comparison
equal
deleted
inserted
replaced
| 151:c033667da5f9 | 173:827c6ac504cd |
|---|---|
| 1 # Package Information for pkg-config | |
| 2 | |
| 3 prefix=@prefix@ | |
| 4 exec_prefix=@exec_prefix@ | |
| 5 libdir=@libdir@ | |
| 6 includedir=@includedir@ | |
| 7 | |
| 8 Name: SQLite | |
| 9 Description: SQL database engine | |
| 10 Version: @PACKAGE_VERSION@ | |
| 11 Libs: -L${libdir} -lsqlite3 | |
| 12 Libs.private: @LDFLAGS_MATH@ @LDFLAGS_ZLIB@ @LDFLAGS_DLOPEN@ @LDFLAGS_PTHREAD@ @LDFLAGS_ICU@ | |
| 13 Cflags: -I${includedir} |