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 10b8dff commit e2f6512Copy full SHA for e2f6512
Sources/SwiftDriverExecution/llbuild.swift
@@ -22,10 +22,8 @@ import protocol TSCBasic.FileSystem
22
// We either import the llbuildSwift shared library or the llbuild framework.
23
#if canImport(llbuildSwift)
24
@_implementationOnly import llbuildSwift
25
-@_implementationOnly import llbuild
26
-#else
27
28
#endif
+@_implementationOnly import llbuild
29
30
/// An llbuild value.
31
protocol LLBuildValue: Codable {
0 commit comments