bootstrap: Allow to specify ranlib tool used when compiling C++ code.
This commit is contained in:
parent
758239c9c9
commit
80e27cdd02
4 changed files with 22 additions and 0 deletions
|
@ -388,6 +388,10 @@
|
|||
# Note: an absolute path should be used, otherwise LLVM build will break.
|
||||
#ar = "ar"
|
||||
|
||||
# Ranlib to be used to assemble static libraries compiled from C/C++ code.
|
||||
# Note: an absolute path should be used, otherwise LLVM build will break.
|
||||
#ranlib = "ranlib"
|
||||
|
||||
# Linker to be used to link Rust code. Note that the
|
||||
# default value is platform specific, and if not specified it may also depend on
|
||||
# what platform is crossing to what platform.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue