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.
 
 
 
 
 
 
openim-sdk-cpp/scripts/gen_ios_dylib.sh

8 lines
173 B

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