We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe9f90 commit b7e7b5cCopy full SHA for b7e7b5c
utils/build.ps1
@@ -3607,6 +3607,7 @@ function Build-SourceKitLSP([Hashtable] $Platform) {
3607
SwiftPM_DIR = (Get-ProjectCMakeModules $Platform PackageManager);
3608
LMDB_DIR = (Get-ProjectCMakeModules $Platform LMDB);
3609
IndexStoreDB_DIR = (Get-ProjectCMakeModules $Platform IndexStoreDB);
3610
+ SwiftMarkdown_DIR = (Get-ProjectCMakeModules $Platform Markdown);
3611
}
3612
3613
0 commit comments