Skip to content

Commit

Permalink
add sqlite3 stub
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Aug 30, 2023
1 parent 4a83e59 commit ff7407f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions python/geoarrow-proj/build/pkgconfig/sqlite3.pc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
prefix=D:/a/geoarrow-rs/geoarrow-rs/python/geoarrow-proj/build/.pixi/env/Library
libdir=${prefix}/lib
includedir=${prefix}/include

Name: SQLite
Description: SQL database engine
Version: 3.43.0
Libs: -L${libdir} -lsqlite3
Libs.private: -lz
Cflags: -I${includedir}

0 comments on commit ff7407f

Please sign in to comment.