Skip to content

Commit

Permalink
goreleaser: set up c++ crosscompiler for tree-sitter (#5589)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicks authored Mar 11, 2022
1 parent a206b86 commit d02b457
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ builds:
# Compiles against the MacOS FSEvents system libraries.
- CGO_ENABLED=1
- CC=/osxcross/target/bin/x86_64h-apple-darwin20.2-clang
- CXX=/osxcross/target/bin/x86_64h-apple-darwin20.2-clang++
- main: ./cmd/tilt/main.go
id: tilt
flags:
Expand Down

0 comments on commit d02b457

Please sign in to comment.