Skip to content

Commit

Permalink
Disable LoadExtension when omit_load_extension is specified
Browse files Browse the repository at this point in the history
  • Loading branch information
shaxbee committed Apr 18, 2016
1 parent 4bc448f commit bce6ca7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sqlite3_libsqlite3.go
Expand Up @@ -8,6 +8,7 @@ package sqlite3

/*
#cgo CFLAGS: -DUSE_LIBSQLITE3
#cgo linux darwin LDFLAGS: -lsqlite3
#cgo linux LDFLAGS: -lsqlite3
#cgo darwin LDFLAGS: -L/usr/local/opt/sqlite/lib -lsqlite3
*/
import "C"

0 comments on commit bce6ca7

Please sign in to comment.