Skip to content

Commit a3e365e

Browse files
authored
Update build.ps1
1 parent 9ecfdcd commit a3e365e

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
@@ -124,7 +124,7 @@ param(
124124
[string[]] $AndroidSDKs = @(),
125125
[string[]] $WindowsSDKs = @("X64","X86","Arm64"),
126126
[string] $ProductVersion = "0.0.0",
127-
[string] $ToolchainVersion = $(if (${env:TOOLCHAIN_VERSION}) { "${env:TOOLCHAIN_VERSION}" } else { "${env:USERNAME}.development" }),
127+
[string] $ToolchainIdentifier = $(if (${env:TOOLCHAIN_VERSION}) { "${env:TOOLCHAIN_VERSION}" } else { "${env:USERNAME}.development" }),
128128
[string] $PinnedBuild = "",
129129
[string] $PinnedSHA256 = "",
130130
[string] $PinnedVersion = "",

0 commit comments

Comments
 (0)