Temporary workaround for exporting issue.

Caused by https://github.com/golang/go/issues/28997
This commit is contained in:
Mingshen Sun 2019-06-08 14:48:45 -07:00
parent 19ca3ea4f0
commit d9a3cf4882
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -25,7 +25,7 @@ cd $GOPATH
export PATH=$PATH:$GOPATH/bin
mkdir dist
$GOPATH/bin/gomobile bind -target ios -o dist/Gopenpgpwrapper.framework gopenpgpwrapper
$GOPATH/bin/gomobile bind -v -ldflags="-s -w" -target ios -o dist/Gopenpgpwrapper.framework gopenpgpwrapper
export GOPATH=$OLDGOPATH
export PATH=$OLDPATH