Skip to content

Commit

Permalink
deps.qt: Add arm64 slice to Qt6 build script
Browse files Browse the repository at this point in the history
  • Loading branch information
PatTheMav committed Sep 19, 2023
1 parent 3aaa7ca commit 4fe3845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.qt/qt6.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ param(
[string] $Version = '6.5.2',
[string] $Uri = 'https://download.qt.io/official_releases/qt/6.5/6.5.2',
[string] $Hash = "${PSScriptRoot}/checksums",
[array] $Targets = @('x64')
[array] $Targets = @('x64', 'arm64')
)

$QtComponents = @(
Expand Down

0 comments on commit 4fe3845

Please sign in to comment.