diff --git a/utils/build.ps1 b/utils/build.ps1 index 7ed01f65ba7db..8dcadb1bbf1e3 100644 --- a/utils/build.ps1 +++ b/utils/build.ps1 @@ -2934,6 +2934,7 @@ function Build-SourceKitLSP([Hashtable] $Platform) { TSC_DIR = (Get-ProjectCMakeModules $Platform ToolsSupportCore); LLBuild_DIR = (Get-ProjectCMakeModules $Platform LLBuild); ArgumentParser_DIR = (Get-ProjectCMakeModules $Platform ArgumentParser); + SwiftASN1_DIR = (Get-ProjectCMakeModules $Platform ASN1); SwiftCrypto_DIR = (Get-ProjectCMakeModules $Platform Crypto); SwiftCollections_DIR = (Get-ProjectCMakeModules $Platform Collections); SwiftBuild_DIR = (Get-ProjectCMakeModules $Platform Build);