diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2018-10-30 20:03:37 +0000 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2018-12-06 13:26:51 +0000 |
commit | f3b5c3c27d03fa03d4ede49a9c3ddeb519c14d17 (patch) | |
tree | 974e96934c2deddea2062ff7093abd56b3ba1eab /mesonbuild/backend/backends.py | |
parent | a872b925ea41be3e6beffeb934030068c0d83be9 (diff) | |
download | meson-f3b5c3c27d03fa03d4ede49a9c3ddeb519c14d17.zip meson-f3b5c3c27d03fa03d4ede49a9c3ddeb519c14d17.tar.gz meson-f3b5c3c27d03fa03d4ede49a9c3ddeb519c14d17.tar.bz2 |
Simplify test for x86 targeted MSVC cross-compiler
We can't just do compiler.has_builtin_define('_M_IX86'), because the
VisualStudioCCompiler class doesn't implement has_builtin_define(), and
getting the compiler to disgorge it's builtin defines isn't easy...
But we can now use the target we stored when we identifed the compiler.
Also update comment appropriately
Diffstat (limited to 'mesonbuild/backend/backends.py')
0 files changed, 0 insertions, 0 deletions