Skip to content

Commit d3aff11

Browse files
committed
Fix building issue caused by golang/go#28997
1 parent 05419c4 commit d3aff11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode10.2
2+
osx_image: xcode10.3
33
addons:
44
homebrew:
55
packages:

gopenpgp_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ mkdir -p "$OUTPUT_PATH"
2020

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

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

0 commit comments

Comments
 (0)