-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build for Apple M1 #822
Comments
create a PR to build-release.sh |
networkextension
pushed a commit
to networkextension/kcptun
that referenced
this issue
Nov 26, 2020
See issue xtaci#822
Merged
xtaci
pushed a commit
that referenced
this issue
Nov 26, 2020
See issue #822 Co-authored-by: apple <apple@abc.net>
not stable, waiting Go 1.16 release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
just work
$mkdir sdk $cd sdk $git clone https://go.googlesource.com/go $cd go $git fetch https://go.googlesource.com/go refs/changes/58/272258/1 && git checkout FETCH_HEAD $cd src $GOOS=darwin GOARCH=arm64 ./bootstrap.bash
then compile kcptun
env CGO_ENABLED=0 GOOS=darwin GOARCH=arm64 go build -mod=vendor -ldflags "$LDFLAGS" -gcflags "$GCFLAGS" -o client_darwin_arm64 github.com/xtaci/kcptun/client
The text was updated successfully, but these errors were encountered: