Fix building issue caused by https://github.com/golang/go/issues/28997
This commit is contained in:
parent
63fd313017
commit
e5525ad625
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
language: objective-c
|
||||
osx_image: xcode10.2
|
||||
osx_image: xcode10.3
|
||||
addons:
|
||||
homebrew:
|
||||
packages:
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue