Skip to content

Commit 7dbafcc

Browse files
committed
add bsd include path
1 parent 76a4d11 commit 7dbafcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcre.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ package pcre
4848

4949
/*
5050
#cgo LDFLAGS: -lpcre
51-
#cgo CFLAGS: -I/opt/local/include
51+
#cgo CFLAGS: -I/opt/local/include -I/usr/local/include
5252
#include <pcre.h>
5353
#include <string.h>
5454
*/

0 commit comments

Comments
 (0)