Skip to content

Commit

Permalink
Temporary workaround for exporting issue.
Browse files Browse the repository at this point in the history
Caused by golang/go#28997
  • Loading branch information
gabrielalao committed Jun 8, 2019
1 parent 9fe308a commit 5ccbebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gopenpgp_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5ccbebf

Please sign in to comment.