Skip to content

Commit c28a5ba

Browse files
committed
Remove incorrect WASI check
1 parent 26b0b53 commit c28a5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FoundationEssentials/TimeZone/TimeZone_Cache.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ struct TimeZoneCache : Sendable, ~Copyable {
158158
}
159159
}
160160

161-
#if os(Linux) && !os(WASI)
161+
#if os(Linux)
162162
// Try localtime
163163
tzset()
164164
var t = time(nil)

0 commit comments

Comments
 (0)