Skip to content

Commit

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

Name: zlib
Description: zlib compression library
Version: 1.2.13

Requires:
Libs: -L${libdir} -L${sharedlibdir} -lz
Cflags: -I${includedir}

0 comments on commit 4c43205

Please sign in to comment.