Skip to content

Commit 65dcb31

Browse files
committed
Add swift-markdown to SourceKit-LSP windows built
1 parent cfe9f90 commit 65dcb31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3607,6 +3607,8 @@ function Build-SourceKitLSP([Hashtable] $Platform) {
36073607
SwiftPM_DIR = (Get-ProjectCMakeModules $Platform PackageManager);
36083608
LMDB_DIR = (Get-ProjectCMakeModules $Platform LMDB);
36093609
IndexStoreDB_DIR = (Get-ProjectCMakeModules $Platform IndexStoreDB);
3610+
SwiftMarkdown_DIR = (Get-ProjectCMakeModules $Platform Markdown);
3611+
"cmark-gfm_DIR" = "$($Platform.ToolchainInstallRoot)\usr\lib\cmake";
36103612
}
36113613
}
36123614

0 commit comments

Comments
 (0)