aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mesonmain.py
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2018-02-09 15:46:13 +0000
committerJon Turney <jon.turney@dronecode.org.uk>2018-02-15 12:51:25 +0000
commitf37692bedb6c6a68fe1a1b91722fcb0b809e9fde (patch)
treefaeeb4d8e0a22589bc7d9f19805f27266ec26ebe /mesonbuild/mesonmain.py
parent56286fd2b84eb28605314ef7bd587394a9156b63 (diff)
downloadmeson-f37692bedb6c6a68fe1a1b91722fcb0b809e9fde.zip
meson-f37692bedb6c6a68fe1a1b91722fcb0b809e9fde.tar.gz
meson-f37692bedb6c6a68fe1a1b91722fcb0b809e9fde.tar.bz2
Fix exception in 'test cases/failing/55 wrong shared crate type' when rustc is missing
Fix exception handling of missing rustc, by making it look like the other compiler detectors Traceback (most recent call last): File "/wip/meson/mesonbuild/environment.py", line 699, in detect_rust_compiler p, out = Popen_safe(compiler + ['--version'])[0:2] [...] FileNotFoundError: [Errno 2] No such file or directory: 'rustc': 'rustc' During handling of the above exception, another exception occurred: [...] File "/wip/meson/mesonbuild/environment.py", line 701, in detect_rust_compiler popen_exceptions[compiler] = e TypeError: unhashable type: 'list'
Diffstat (limited to 'mesonbuild/mesonmain.py')
0 files changed, 0 insertions, 0 deletions