mirror of
https://github.com/servo/servo.git
synced 2025-07-18 21:03:45 +01:00
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:
parent
27764f6106
commit
3dd1bfc317
6 changed files with 73 additions and 16 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue