Skip to content

Commit

Permalink
Enable sqlite in MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislas-m committed Jan 27, 2019
1 parent f67bc0d commit 1c75828
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@ builds:
main: soda/main.go
goos:
- darwin
goarch:
- amd64
env:
- CGO_ENABLED=0
- CGO_ENABLED=1
- CC=o64-clang
- CXX=o64-clang++
flags:
- -tags
- sqlite

- binary: soda
main: soda/main.go
Expand Down
9 changes: 8 additions & 1 deletion .goreleaser.yml.plush
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@ builds:
main: soda/main.go
goos:
- darwin
goarch:
- amd64
env:
- CGO_ENABLED=0
- CGO_ENABLED=1
- CC=o64-clang
- CXX=o64-clang++
flags:
- -tags
- sqlite

- binary: soda
main: soda/main.go
Expand Down

0 comments on commit 1c75828

Please sign in to comment.