Skip to content

Commit

Permalink
Fixed ARM UWP Build with Visual Studio 2017 (tdlib#287)
Browse files Browse the repository at this point in the history
* Fixed ARM UWP build configuration (Tested with VS2017)
  • Loading branch information
thunderluca authored and levlam committed Sep 5, 2018
1 parent 6129ebf commit 5c4cdf6
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 @@ -9,7 +9,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" )
if ($arch) {
$arch_list = @(, $arch)
}
Expand Down

0 comments on commit 5c4cdf6

Please sign in to comment.