mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Improve windows DLL packaging.
This commit is contained in:
parent
385b46cff7
commit
d9fdf42bfe
3 changed files with 146 additions and 107 deletions
|
@ -380,6 +380,11 @@ def windows_arm64():
|
|||
return (
|
||||
windows_build_task("Dev build", package=False, arch="arm64")
|
||||
.with_treeherder("Windows arm64")
|
||||
.with_env(**{
|
||||
"VCINSTALLDIR_SERVO": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\",
|
||||
"VisualStudioVersion": "15.0",
|
||||
"WindowsSdkDir": "C:\\Program Files (x86)\\Windows Kits\\10\\",
|
||||
})
|
||||
.with_script(
|
||||
"python mach build --dev --libsimpleservo \
|
||||
--target aarch64-pc-windows-msvc \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue