File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -2439,6 +2439,17 @@ function Test-Format {
2439
2439
}
2440
2440
}
2441
2441
2442
+ function Build-LMDB () {
2443
+ Build-SPMProject `
2444
+ - Action Build `
2445
+ - Src $SourceCache \swift- lmdb `
2446
+ - Bin (Get-HostProjectBinaryCache LMDB) `
2447
+ - Arch $HostArch `
2448
+ - Platform Windows `
2449
+ - UseBuiltCompilers C `
2450
+ - BuildTargets default
2451
+ }
2452
+
2442
2453
function Build-IndexStoreDB ($Arch ) {
2443
2454
$SDKInstallRoot = (Get-HostSwiftSDK );
2444
2455
@@ -2837,6 +2848,7 @@ if (-not $SkipBuild) {
2837
2848
Invoke-BuildStep Build-PackageManager $HostArch
2838
2849
Invoke-BuildStep Build-Markdown $HostArch
2839
2850
Invoke-BuildStep Build-Format $HostArch
2851
+ Invoke-BuildStep Build-LMDB $HostArch
2840
2852
Invoke-BuildStep Build-IndexStoreDB $HostArch
2841
2853
Invoke-BuildStep Build-SourceKitLSP $HostArch
2842
2854
}
You can’t perform that action at this time.
0 commit comments