diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2018-09-24 11:08:19 -0700 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-10-04 23:50:31 +0300 |
commit | a0e4548c4169cd0db3992e8fc923e523e93643ed (patch) | |
tree | b862022f0ef47f6092f11261fb98dc5cdf557d30 /mesonbuild/backend/xcodebackend.py | |
parent | 88054c48a60e386909421dc8e2c89c918f2253d0 (diff) | |
download | meson-a0e4548c4169cd0db3992e8fc923e523e93643ed.zip meson-a0e4548c4169cd0db3992e8fc923e523e93643ed.tar.gz meson-a0e4548c4169cd0db3992e8fc923e523e93643ed.tar.bz2 |
backends: allow running host arch binaries on compatible build machines
Meson 0.48.0 some validation for using compiled binaries in custom
targets and generators, which is nice. It didn't take into account
though that as long as the OS is the same, some architectures support
running a related architecture natively (x86_64 can run x86 natively,
for example).
Fortunately we already have a method for covering this case available
through the Environment class.
Fixes #4254
Diffstat (limited to 'mesonbuild/backend/xcodebackend.py')
0 files changed, 0 insertions, 0 deletions