We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8167bbc commit adb7243Copy full SHA for adb7243
0_prebuild.go
@@ -1,6 +1,7 @@
1
package main
2
3
/*
4
+#cgo darwin CFLAGS: -Ifdw -I/usr/local/include/postgresql@14/server -I/usr/local/include/postgresql@14/internal -g
5
#cgo darwin CFLAGS: -Ifdw -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -g
6
#cgo darwin CFLAGS: -Ifdw -I/opt/homebrew/Cellar/postgresql/14.3/include/postgresql/server/ -I/opt/homebrew/Cellar/postgresql/14.3/include/postgresql/internal/ -g
7
#cgo linux CFLAGS: -Ifdw -I/usr/include/postgresql/14/server -I/usr/include/postgresql/internal
0 commit comments