swiftlang / swift-foundation

The Foundation project
Apache License 2.0
2.4k stars 159 forks source link

[wasm] Fix WASI build around TimeZone #984

Closed kateinoigakukun closed 3 weeks ago

kateinoigakukun commented 4 weeks ago

https://github.com/swiftlang/swift-foundation/pull/975 started to restrict the fallback value for TZDIR and it revealed that WASI platform implicitly depends on TZDIR even though it won't have such directory. This patch explicitly handles the case for WASI platform for timezone operations.

kateinoigakukun commented 4 weeks ago

@swift-ci test