Skip to content

Commit

Permalink
Fix building issue caused by golang/go#28997
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielalao committed Sep 15, 2019
1 parent 05419c4 commit d3aff11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode10.2
osx_image: xcode10.3
addons:
homebrew:
packages:
Expand Down
2 changes: 1 addition & 1 deletion gopenpgp_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ mkdir -p "$OUTPUT_PATH"

chmod -R u+w "$GOPATH/pkg/mod"

"$GOPATH/bin/gomobile" bind -target ios -o "${OUTPUT_PATH}/Crypto.framework" \
"$GOPATH/bin/gomobile" bind -v -ldflags="-s -w" -target ios -o "${OUTPUT_PATH}/Crypto.framework" \
"$PACKAGE_PATH"/{crypto,armor,constants,models,subtle}

0 comments on commit d3aff11

Please sign in to comment.