Skip to content

Commit

Permalink
Merge pull request #734 from gwd/out/fix-libsqlite3-darwin-build
Browse files Browse the repository at this point in the history
darwin/libsqlite3: Also use the homebrew include path
  • Loading branch information
mattn committed Aug 19, 2019
2 parents f4ce3be + f9aab7d commit e24345b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqlite3_libsqlite3.go
Expand Up @@ -11,6 +11,7 @@ package sqlite3
#cgo CFLAGS: -DUSE_LIBSQLITE3
#cgo linux LDFLAGS: -lsqlite3
#cgo darwin LDFLAGS: -L/usr/local/opt/sqlite/lib -lsqlite3
#cgo darwin CFLAGS: -I/usr/local/opt/sqlite/include
#cgo openbsd LDFLAGS: -lsqlite3
#cgo solaris LDFLAGS: -lsqlite3
*/
Expand Down

0 comments on commit e24345b

Please sign in to comment.