aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/rust.py
AgeCommit message (Collapse)AuthorFilesLines
2018-01-29Add cross-compilation support for `rustc`Adam C. Foltzer1-2/+13
This patch is largely modeled on the relatively-straightforward code for Fortran cross-compilation, so there might be some intricacies missing.
2017-07-21Add build_rpath as new property allowing people to specify rpath entries ↵Jussi Pakkanen1-2/+2
that are used in the build tree but will be removed on install.
2017-06-23Split out languages from compilers.pyAlistair Thomas1-0/+59