Temporary workaround for exporting issue.
Caused by https://github.com/golang/go/issues/28997
This commit is contained in:
parent
19ca3ea4f0
commit
d9a3cf4882
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue