Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gosqlite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gosqlite
Commits
e90ca0e4
Commit
e90ca0e4
authored
Mar 15, 2017
by
Justin Clift
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add working cgo defaults for FreeBSD
parent
5aa36f51
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
sqlite.go
sqlite.go
+2
-0
No files found.
sqlite.go
View file @
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>
...
...
Kirill Smelkov
@kirr
mentioned in commit
355427a8
·
Apr 26, 2018
mentioned in commit
355427a8
mentioned in commit 355427a8b1364d3d354e469fa30dd7ddaf2b72f2
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment