Skip to content

Commit

Permalink
add c++ compiler env
Browse files Browse the repository at this point in the history
  • Loading branch information
5rahim committed Aug 11, 2024
1 parent 84a4c3e commit 0bdf8f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ builds:
env:
- CGO_ENABLED=1
- CC=x86_64-w64-mingw32-gcc
- CXX=x86_64-w64-mingw32-g++
flags:
- -trimpath
- -buildmode=exe
Expand Down

0 comments on commit 0bdf8f0

Please sign in to comment.