Skip to content

Commit 4f634a6

Browse files
committed
libpq.def: Narrow headerFilter
1 parent a3623fd commit 4f634a6

File tree

1 file changed

+1
-1
lines changed
  • postgres-native-sqldelight-driver/src/nativeInterop/cinterop

1 file changed

+1
-1
lines changed

postgres-native-sqldelight-driver/src/nativeInterop/cinterop/libpq.def

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
headers = libpq-fe.h
2-
headerFilter = *
2+
headerFilter = libpq-fe.h postgres*.h pg*.h
33
package = libpq
44
#staticLibraries = libpq.a
55
#libraryPaths = /opt/homebrew/opt/libpq/lib

0 commit comments

Comments
 (0)