diff --git a/utils/build.ps1 b/utils/build.ps1 index 76951ed1392a5..1d7459aef4bb7 100644 --- a/utils/build.ps1 +++ b/utils/build.ps1 @@ -3607,6 +3607,8 @@ function Build-SourceKitLSP([Hashtable] $Platform) { SwiftPM_DIR = (Get-ProjectCMakeModules $Platform PackageManager); LMDB_DIR = (Get-ProjectCMakeModules $Platform LMDB); IndexStoreDB_DIR = (Get-ProjectCMakeModules $Platform IndexStoreDB); + SwiftMarkdown_DIR = (Get-ProjectCMakeModules $Platform Markdown); + "cmark-gfm_DIR" = "$($Platform.ToolchainInstallRoot)\usr\lib\cmake"; } } @@ -3649,7 +3651,7 @@ function Test-SourceKitLSP { "-Xswiftc", "-I$(Get-ProjectBinaryCache $BuildPlatform PackageManager)\swift", "-Xlinker", "-L$(Get-ProjectBinaryCache $BuildPlatform PackageManager)\lib", # swift-markdown - "-Xswiftc", "-I$SourceCache\swift-markdown\Sources\CAtomic\inclde", + "-Xswiftc", "-I$SourceCache\swift-markdown\Sources\CAtomic\include", "-Xlinker", "$(Get-ProjectBinaryCache $BuildPlatform Markdown)\lib\CAtomic.lib", "-Xswiftc", "-I$(Get-ProjectBinaryCache $BuildPlatform Markdown)\swift", "-Xlinker", "-L$(Get-ProjectBinaryCache $BuildPlatform Markdown)\lib",