Fixed ARM UWP Build with Visual Studio 2017 (#287)
* Fixed ARM UWP build configuration (Tested with VS2017)
This commit is contained in:
parent
6129ebf394
commit
5c4cdf699b
@ -9,7 +9,7 @@ $ErrorActionPreference = "Stop"
|
|||||||
$vcpkg_root = Resolve-Path $vcpkg_root
|
$vcpkg_root = Resolve-Path $vcpkg_root
|
||||||
|
|
||||||
$vcpkg_cmake="${vcpkg_root}\scripts\buildsystems\vcpkg.cmake"
|
$vcpkg_cmake="${vcpkg_root}\scripts\buildsystems\vcpkg.cmake"
|
||||||
$arch_list = @( "x86", "x64", "arm" )
|
$arch_list = @( "x86", "x64", "ARM" )
|
||||||
if ($arch) {
|
if ($arch) {
|
||||||
$arch_list = @(, $arch)
|
$arch_list = @(, $arch)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user