mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add Windows packaging to create an MSI installer
This commit is contained in:
parent
4ae0897175
commit
d8c0b87eb2
7 changed files with 312 additions and 7 deletions
|
@ -9,3 +9,6 @@ ar = "arm-linux-gnueabihf-ar"
|
|||
[target.aarch64-unknown-linux-gnu]
|
||||
linker = "aarch64-linux-gnu-gcc"
|
||||
ar = "aarch64-linux-gnu-ar"
|
||||
|
||||
[target.'cfg(target_os=windows)']
|
||||
linker = "./fake-ld.cmd"
|
2
components/servo/fake-ld.cmd
Normal file
2
components/servo/fake-ld.cmd
Normal file
|
@ -0,0 +1,2 @@
|
|||
@echo off
|
||||
gcc -mwindows %*
|
Loading…
Add table
Add a link
Reference in a new issue