Skip to content

Commit

Permalink
fix windows arm64 gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Feb 26, 2024
1 parent d42c3fc commit 4039825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ builds:
- CXX_linux_arm64=aarch64-linux-gnu-g++
- CC_windows_amd64=x86_64-w64-mingw32-gcc
- CXX_windows_amd64=x86_64-w64-mingw32-g++
- CC_windows_arm64=aarch64-w64-mingw32-gcc
- CXX_windows_arm64=aarch64-w64-mingw32-g++
- CC_windows_arm64=/llvm-mingw/bin/aarch64-w64-mingw32-gcc
- CXX_windows_arm64=/llvm-mingw/bin/aarch64-w64-mingw32-g++
- 'CC={{ index .Env (print "CC_" .Os "_" .Arch) }}'
- 'CXX={{ index .Env (print "CXX_" .Os "_" .Arch) }}'
flags:
Expand Down

0 comments on commit 4039825

Please sign in to comment.