Skip to content

Commit

Permalink
Fix CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
arunk-s committed Nov 17, 2020
1 parent c8f4a46 commit 3904e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deparse.go
@@ -1,8 +1,8 @@
package main

/*
#cgo darwin CFLAGS: -I/usr/local/Cellar/postgresql/11.1/include/internal -I/usr/local/Cellar/postgresql/11.1/include/server
#cgo linux CFLAGS: -I/usr/include/postgresql/11/server -I/usr/include/postgresql/internal
#cgo darwin CFLAGS: -I/usr/local/include/postgresql/internal/ -I/usr/local/include/postgresql/server
#cgo linux CFLAGS: -I/usr/include/postgresql/13/server -I/usr/include/postgresql/internal
#cgo linux LDFLAGS: -Wl,-unresolved-symbols=ignore-all
#cgo darwin LDFLAGS: -Wl,-undefined,dynamic_lookup
#include "ch_helpers.h"
Expand Down

0 comments on commit 3904e55

Please sign in to comment.