-
-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
I am getting this error using v1.25.3
cgo: C compiler "/llvm-mingw/bin/aarch64-w64-mingw32-gcc" not found: exec: "/llvm-mingw/bin/aarch64-w64-mingw32-gcc": stat /llvm-mingw/bin/aarch64-w64-mingw32-gcc: no such file or directory target=windows_arm64_v8.0
config:
- id: windows-arm64
no_unique_dist_dir: true
main: ./
binary: a-arm64-lib
goos:
- windows
goarch:
- arm64
env:
- CGO_ENABLED=1
- CC=/llvm-mingw/bin/aarch64-w64-mingw32-gcc
- CXX=/llvm-mingw/bin/aarch64-w64-mingw32-g++
buildmode: c-shared
ldflags:
- -s -w -X main.version={{.Version}}
Metadata
Metadata
Assignees
Labels
No labels