We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edeef31 commit 4d937c8Copy full SHA for 4d937c8
utils/build.ps1
@@ -2439,14 +2439,12 @@ function Test-Format {
2439
}
2440
2441
2442
-function Build-LMDB() {
+function Build-LMDB($Arch) {
2443
Build-CMakeProject `
2444
- -Action Build `
2445
-Src $SourceCache\swift-lmdb `
2446
-Bin (Get-HostProjectBinaryCache LMDB) `
2447
- -Arch $HostArch `
2448
- -Platform Windows `
2449
- -UseBuiltCompilers C `
+ -Arch $Arch `
+ -UseMSVCCompilers C `
2450
-BuildTargets default
2451
2452
0 commit comments