Allow windows resource compiler to be overridden
It is now required to provide a resource compiler on windows when compiling rust. This allows toolchain builders to explicitly provide a path to an alternative, such as llvm-rc, instead of the one that's provided by the Windows SDK.
This commit is contained in:
parent
32e3d9f59b
commit
7f55f5761c
6 changed files with 22 additions and 2 deletions
|
|
@ -325,6 +325,9 @@
|
|||
# Defaults to the Python interpreter used to execute x.py.
|
||||
#build.python = "python"
|
||||
|
||||
# The path to (or name of) the resource compiler executable to use on Windows.
|
||||
#build.windows-rc = "rc.exe"
|
||||
|
||||
# The path to the REUSE executable to use. Note that REUSE is not required in
|
||||
# most cases, as our tooling relies on a cached (and shrunk) copy of the
|
||||
# REUSE output present in the git repository and in our source tarballs.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue