Skip to content

Commit e6db7fa

Browse files
committed
m
1 parent 8715c34 commit e6db7fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

utils/build.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,8 @@ $AndroidX86 = @{
305305
XCTestInstallRoot = "$BinaryCache\x86\Android.platform\Developer\Library\XCTest-development";
306306
SwiftTestingInstallRoot = "$BinaryCache\x86\Android.platform\Developer\Library\Testing-development";
307307
}
308+
$Androidi686 = $AndroidX86
309+
308310

309311
$AndroidX64 = @{
310312
AndroidArchABI = "x86_64";
@@ -321,6 +323,8 @@ $AndroidX64 = @{
321323
SwiftTestingInstallRoot = "$BinaryCache\x64\Android.platform\Developer\Library\Testing-development";
322324
}
323325

326+
$Androidx86_64 = $AndroidX64
327+
324328
$HostArch = switch ($HostArchName) {
325329
"AMD64" { $ArchX64 }
326330
"ARM64" { $ArchARM64 }

0 commit comments

Comments
 (0)