Skip to content

Commit

Permalink
Add ARM64 to UWP build script
Browse files Browse the repository at this point in the history
  • Loading branch information
FrayxRulez authored and levlam committed Nov 1, 2024
1 parent 056963e commit 18618ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/uwp/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $ErrorActionPreference = "Stop"
$vcpkg_root = Resolve-Path $vcpkg_root

$vcpkg_cmake="${vcpkg_root}\scripts\buildsystems\vcpkg.cmake"
$arch_list = @( "x86", "x64", "ARM" )
$arch_list = @( "x86", "x64", "ARM", "ARM64" )
if ($arch) {
$arch_list = @(, $arch)
}
Expand Down

0 comments on commit 18618ca

Please sign in to comment.