Commit e90ca0e4 authored by Justin Clift's avatar Justin Clift

Add working cgo defaults for FreeBSD

parent 5aa36f51
......@@ -7,6 +7,8 @@ package sqlite
/*
#cgo LDFLAGS: -lsqlite3
#cgo freebsd LDFLAGS: -lsqlite3 -L/usr/local/lib
#cgo freebsd CFLAGS: -I/usr/local/include
#include <sqlite3.h>
#include <stdlib.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment