You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
export GOOS=darwin
|
|
export GOARCH=arm64
|
|
export CGO_ENABLED=1
|
|
export CC=clang
|
|
|
|
go build -buildmode=c-shared -o libopenimsdk.dylib export.go constant.go protocol.go tools.go
|
|
|
|
|
|
|