Skip to content

Commit 8b6f0ab

Browse files
fix lmdb build
1 parent edeef31 commit 8b6f0ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/build.ps1

+1-2
Original file line numberDiff line numberDiff line change
@@ -2441,10 +2441,9 @@ function Test-Format {
24412441

24422442
function Build-LMDB() {
24432443
Build-CMakeProject `
2444-
-Action Build `
24452444
-Src $SourceCache\swift-lmdb `
24462445
-Bin (Get-HostProjectBinaryCache LMDB) `
2447-
-Arch $HostArch `
2446+
-Arch $Arch `
24482447
-Platform Windows `
24492448
-UseBuiltCompilers C `
24502449
-BuildTargets default

0 commit comments

Comments
 (0)