Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX install-dependencies with Swift 5 / Xcode 10.2 #226

Merged
merged 2 commits into from Mar 27, 2019

Conversation

dstranz
Copy link
Contributor

@dstranz dstranz commented Mar 27, 2019

Description

Swift-protobuf build failed with command suggested in their Readme:
swift build -c release -Xswiftc -static-stdlib
but it works with
swift build --static-swift-stdlib -c release

Testing instructions

Run ./tools/install-dependencies.

I'm not sure if it will work fine with previous Swift version.
But CI job should answer this question.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • Prefix PR title with [WIP] if necessary.
  • Add tests to cover changes as needed.
  • Update documentation as needed.

@dstranz dstranz changed the title [WIP] FIX install-dependencies with Swift 5 / Xcode 10.2 FIX install-dependencies with Swift 5 / Xcode 10.2 Mar 27, 2019
@hewigovens hewigovens merged commit 3ccaa1b into trustwallet:master Mar 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants