Skip to content

Commit 4d937c8

Browse files
fix lmdb build
1 parent edeef31 commit 4d937c8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

utils/build.ps1

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2439,14 +2439,12 @@ function Test-Format {
24392439
}
24402440
}
24412441

2442-
function Build-LMDB() {
2442+
function Build-LMDB($Arch) {
24432443
Build-CMakeProject `
2444-
-Action Build `
24452444
-Src $SourceCache\swift-lmdb `
24462445
-Bin (Get-HostProjectBinaryCache LMDB) `
2447-
-Arch $HostArch `
2448-
-Platform Windows `
2449-
-UseBuiltCompilers C `
2446+
-Arch $Arch `
2447+
-UseMSVCCompilers C `
24502448
-BuildTargets default
24512449
}
24522450

0 commit comments

Comments
 (0)