From c2940b3f64052fe0142a1378fc16ff7949e5e18d Mon Sep 17 00:00:00 2001 From: Gordon <46924906+FGadvancer@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:28:15 +0800 Subject: [PATCH] feat: add sh of generate ios dylib. Signed-off-by: Gordon <46924906+FGadvancer@users.noreply.github.com> --- c_wrapper/gen_ios_dylib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c_wrapper/gen_ios_dylib.sh b/c_wrapper/gen_ios_dylib.sh index 338cfe0..152773e 100644 --- a/c_wrapper/gen_ios_dylib.sh +++ b/c_wrapper/gen_ios_dylib.sh @@ -4,5 +4,5 @@ export CGO_ENABLED=1 export CC=clang go build -buildmode=c-shared -o libopenimsdk.dylib export.go constant.go protocol.go tools.go -``` +