Skip to content

Commit b7e7b5c

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3607,6 +3607,7 @@ 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);
36103611
}
36113612
}
36123613

0 commit comments

Comments
 (0)