Fix gomobile path issue
This commit is contained in:
parent
51330c3fe4
commit
0d1f06b16c
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ go get golang.org/x/mobile/cmd/gobind@latest
|
|||
go build golang.org/x/mobile/cmd/gomobile
|
||||
go build golang.org/x/mobile/cmd/gobind
|
||||
go mod download github.com/ProtonMail/go-crypto
|
||||
gomobile init
|
||||
gomobile bind -tags mobile -target ios -iosversion 13.0 -v -x -ldflags="-s -w" -o dist/Gopenpgp.xcframework \
|
||||
./gomobile init
|
||||
./gomobile bind -tags mobile -target ios -iosversion 13.0 -v -x -ldflags="-s -w" -o dist/Gopenpgp.xcframework \
|
||||
github.com/ProtonMail/gopenpgp/v2/crypto \
|
||||
github.com/ProtonMail/gopenpgp/v2/armor \
|
||||
github.com/ProtonMail/gopenpgp/v2/constants \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue