We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff7c33 commit d71bcbfCopy full SHA for d71bcbf
Sources/docc/main.swift
@@ -8,10 +8,10 @@
8
See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9
*/
10
11
-#if os(macOS) || os(Linux) || os(Android)
+#if os(macOS) || os(Linux) || os(Android) || os(Windows)
12
import SwiftDocCUtilities
13
14
Docc.main()
15
#else
16
-fatalError("Command line interface supported only on macOS and Linux platforms.")
+fatalError("Command line interface supported only on macOS, Windows, and Linux platforms.")
17
#endif
0 commit comments