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 a20050a commit 5cdc15bCopy full SHA for 5cdc15b
utils/swift_build_support/swift_build_support/products/__init__.py
@@ -12,8 +12,8 @@
12
13
from .cmark import CMark
14
from .foundation import Foundation
15
-from .libdispatch import LibDispatch
16
from .libcxx import LibCXX
+from .libdispatch import LibDispatch
17
from .libicu import LibICU
18
from .llbuild import LLBuild
19
from .lldb import LLDB
@@ -29,8 +29,8 @@
29
'CMark',
30
'Ninja',
31
'Foundation',
32
- 'LibDispatch',
33
'LibCXX',
+ 'LibDispatch',
34
'LibICU',
35
'LLBuild',
36
'LLDB',
0 commit comments