diff options
author | Fabio Porcedda <fabio.porcedda@gmail.com> | 2017-02-17 16:35:03 +0100 |
---|---|---|
committer | Fabio Porcedda <fabio.porcedda@gmail.com> | 2017-02-17 17:11:17 +0100 |
commit | 16d4c466fc39d1331e4c9b48d0af7602772faa50 (patch) | |
tree | f020e94bb2f430c095d3936523dc6f831b8dfcf5 /mesonbuild/interpreter.py | |
parent | aa7f496144f69fdda4bfaa3cb9f5136c171a15b8 (diff) | |
download | meson-16d4c466fc39d1331e4c9b48d0af7602772faa50.zip meson-16d4c466fc39d1331e4c9b48d0af7602772faa50.tar.gz meson-16d4c466fc39d1331e4c9b48d0af7602772faa50.tar.bz2 |
detect_c_compiler(): support extra commands and arguments in the string
- Hanlde correctly a multi command string in evironment variable, e.g.:
CC="ccache gcc" meson
- Handle correctly a list for the cross-file option, e.g:
[binaries]
c = ['ccache', '/usr/local/bin/mips-linuc-gcc']
This commit fixes #1392.
Diffstat (limited to 'mesonbuild/interpreter.py')
0 files changed, 0 insertions, 0 deletions