Commit dd84c727 authored by gwenn's avatar gwenn Committed by GitHub

Merge pull request #8 from justinclift/cgo_freebsd

Add working cgo defaults for FreeBSD (#7)
parents 5aa36f51 e90ca0e4
......@@ -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