mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix hardcoded path to link.exe
This commit is contained in:
parent
fb7f65fc57
commit
a5ce6304b1
2 changed files with 4 additions and 2 deletions
2
mach.bat
2
mach.bat
|
@ -2,7 +2,7 @@
|
|||
|
||||
SET VS_VCVARS=%VS140COMNTOOLS%..\..\VC\vcvarsall.bat
|
||||
IF EXIST "%VS_VCVARS%" (
|
||||
IF NOT DEFINED VisualStudioVersion (
|
||||
IF NOT DEFINED Platform (
|
||||
IF EXIST "%ProgramFiles(x86)%" (
|
||||
call "%VS_VCVARS%" x64
|
||||
) ELSE (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue