Skip to content

Commit

Permalink
Work around swiftlang#77220 only on win-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
nil4 committed Nov 1, 2024
1 parent bdfefe3 commit 69a1cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bindings/dotnet/nuget-pack-native.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $PSStyle.OutputRendering = 'ANSI'
. $PSScriptRoot/nuget-utils.ps1

$CONFIGURATION = 'Release'
if ($HOST_OS -eq 'windows') {
if ($NUGET_RID -eq 'win-arm64') {
# ref. https://github.com/swiftlang/swift/issues/77220
$CONFIGURATION = 'Debug'
}
Expand Down

0 comments on commit 69a1cab

Please sign in to comment.