File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,16 +108,19 @@ tasks:
108108 mobile-android-arm64 :
109109 desc : Build Android AAR for arm64 (gomobile)
110110 cmds :
111+ - mkdir -p {{.BINDIR}}
111112 - gomobile bind -trimpath -tags '{{.BUILDTAGS}}' -ldflags '{{.LDFLAGS}} -checklinkname=0' -target=android/arm64 -androidapi 29 -javapkg cn.mapleafgo -o {{.BINDIR}}/lib{{.NAME}}-android-arm64.aar ./ffi
112113
113114 mobile-android-amd64 :
114115 desc : Build Android AAR for amd64 (gomobile)
115116 cmds :
117+ - mkdir -p {{.BINDIR}}
116118 - gomobile bind -trimpath -tags '{{.BUILDTAGS}}' -ldflags '{{.LDFLAGS}} -checklinkname=0' -target=android/amd64 -androidapi 29 -javapkg cn.mapleafgo -o {{.BINDIR}}/lib{{.NAME}}-android-amd64.aar ./ffi
117119
118120 mobile-ios-arm64 :
119121 desc : Build iOS xcframework (gomobile)
120122 cmds :
123+ - mkdir -p {{.BINDIR}}
121124 - gomobile bind -trimpath -tags '{{.BUILDTAGS}}' -ldflags '{{.LDFLAGS}}' -target=ios -o {{.BINDIR}}/{{.NAME}}.xcframework ./ffi
122125
123126 mobile-all :
You can’t perform that action at this time.
0 commit comments