Skip to content

Commit 7e9e7f4

Browse files
committed
Fix FoundationMacro build failure in ARM64 cross-build
1 parent 552106d commit 7e9e7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2405,7 +2405,7 @@ function Build-FoundationMacros() {
24052405
-UseBuiltCompilers Swift `
24062406
-SwiftSDK (Get-SwiftSDK $Platform) `
24072407
-Defines @{
2408-
SwiftSyntax_DIR = (Get-ProjectCMakeModules $HostArch Compilers);
2408+
SwiftSyntax_DIR = (Get-ProjectCMakeModules $Arch Compilers);
24092409
}
24102410
}
24112411

0 commit comments

Comments
 (0)