Skip to content

Commit 50793f6

Browse files
authored
Merge pull request swiftlang#1895 from Kila2/main
fix ASTBuild command exec failed
2 parents e93b7ed + 4987a40 commit 50793f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SourceKitLSP/Clang/ClangLanguageService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ actor ClangLanguageService: LanguageService, MessageHandler {
141141
else {
142142
return nil
143143
}
144-
return ClangBuildSettings(settings, clangPath: clangdPath)
144+
return ClangBuildSettings(settings, clangPath: clangPath)
145145
}
146146

147147
nonisolated func canHandle(workspace: Workspace) -> Bool {

0 commit comments

Comments
 (0)