Added support to download nuget and added python code to automate the x64 and arm64 mach build -r/-d --uwp build process.

This commit is contained in:
angelortiz1007 2019-08-13 11:30:10 -05:00 committed by Josh Matthews
parent 27764f6106
commit 3dd1bfc317
6 changed files with 73 additions and 16 deletions

View file

@ -614,6 +614,7 @@ install them, let us know by filing a bug!")
extra_path += [path.join(self.msvc_package_dir("cmake"), "bin")]
extra_path += [path.join(self.msvc_package_dir("llvm"), "bin")]
extra_path += [path.join(self.msvc_package_dir("ninja"), "bin")]
extra_path += [self.msvc_package_dir("nuget")]
arch = (target or host_triple()).split('-')[0]
vcpkg_arch = {