flowkey / UIKit-cross-platform

Cross-platform Swift implementation of UIKit, mostly for Android
MIT License
595 stars 40 forks source link

update swift android toolchain #292

Closed michaelknoch closed 4 years ago

michaelknoch commented 4 years ago

Type of change: fix build

Motivation (current vs expected behavior)

It seems that a new version of clang (comes with xcode 11 on mac) always tries to link libc++ even when it's not used. We have a workaround for this issue in the latest swift-android-toolchain

Please check if the PR fulfills these requirements

codecov[bot] commented 4 years ago

Codecov Report

Merging #292 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #292   +/-   ##
=======================================
  Coverage   51.92%   51.92%           
=======================================
  Files          87       87           
  Lines        3168     3168           
=======================================
  Hits         1645     1645           
  Misses       1523     1523

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9dfd56c...6ecb741. Read the comment docs.