Skip to content

Commit 5ccbebf

Browse files
committed
Temporary workaround for exporting issue.
Caused by golang/go#28997
1 parent 9fe308a commit 5ccbebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gopenpgp_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cd $GOPATH
2525
export PATH=$PATH:$GOPATH/bin
2626
mkdir dist
2727

28-
$GOPATH/bin/gomobile bind -target ios -o dist/Gopenpgpwrapper.framework gopenpgpwrapper
28+
$GOPATH/bin/gomobile bind -v -ldflags="-s -w" -target ios -o dist/Gopenpgpwrapper.framework gopenpgpwrapper
2929

3030
export GOPATH=$OLDGOPATH
3131
export PATH=$OLDPATH

0 commit comments

Comments
 (0)