gnustep / tools-android

Objective-C on Android with Foundation, CoreFoundation, and libdispatch.
MIT License
48 stars 12 forks source link

Error when building against API level < 28 #19

Closed triplef closed 9 months ago

triplef commented 9 months ago

A recent change in libdispatch causes the toolchain build to fail when the minimum API level is < 28 as noted here.

We need to up our API level or add a patch for libdispatch.

triplef commented 9 months ago

This is also being fixed upstream: https://github.com/apple/swift-corelibs-libdispatch/pull/811