Skip to content

Commit adb7243

Browse files
committed
fix CFLAGS path
1 parent 8167bbc commit adb7243

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

0_prebuild.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package main
22

33
/*
4+
#cgo darwin CFLAGS: -Ifdw -I/usr/local/include/postgresql@14/server -I/usr/local/include/postgresql@14/internal -g
45
#cgo darwin CFLAGS: -Ifdw -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -g
56
#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
67
#cgo linux CFLAGS: -Ifdw -I/usr/include/postgresql/14/server -I/usr/include/postgresql/internal

0 commit comments

Comments
 (0)