[swift-dev] Call for help: Linux (and others) build configurations, including static libraries, with ICU.
Michael Ilseman
milseman at apple.com
Thu May 25 19:47:30 CDT 2017
If that’s the case, we’ll want to add in FreeBSD alongside Android for that.
> On May 25, 2017, at 5:45 PM, Davide Italiano <dccitaliano at gmail.com> wrote:
>
> On Thu, May 25, 2017 at 5:41 PM, Michael Ilseman <milseman at apple.com> wrote:
>> That would be awesome! Do you use the static stdlib configuration?
>>
>> I had to make assumptions about the type of pthread_key_t. If the type is wrong, there’s a nice static_assert with a message telling how to fix it. This came up yesterday for Android builds, and fixes are pretty straight forward: https://github.com/apple/swift/pull/9930/files
>>
>
> From a very quick (non-exhaustive) look I see pthread_key_t defined in
> freebsd sys/ as:
>
> `typedef int pthread_key_t;`
>
> Is this compliant with your definition?
>
> Thanks,
>
> --
> Davide
More information about the swift-dev
mailing list