Skip to content

Commit bc0dd48

Browse files
authored
Add .windows to platformsWithThreads in Package.swift
1 parent 51ee690 commit bc0dd48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ let platformsWithThreads: [Platform] = [
1212
.driverKit,
1313
.android,
1414
.linux,
15+
.windows,
1516
]
1617
var dispatchIncludeFlags: [CSetting]
1718
if let environmentPath = Context.environment["DISPATCH_INCLUDE_PATH"] {

0 commit comments

Comments
 (0)