diff options
| author | Stas Sergeev <stsp2@yandex.ru> | 2023-12-08 01:57:43 +0500 |
|---|---|---|
| committer | Xavier Claessens <xclaesse@gmail.com> | 2023-12-08 12:31:01 -0500 |
| commit | be04234c852dc99d486f4199da26b272597bf0c7 (patch) | |
| tree | aced5bacac865bfe8baa420f8d132a6fc24ce8ea /.github | |
| parent | 5de09cbe8838e8febf1ca3aa83b53cf06972bff3 (diff) | |
| download | meson-be04234c852dc99d486f4199da26b272597bf0c7.tar.gz | |
external_project.py: fix --host value
Currently in cross-compilation mode the --host is set to x86-linux-linux,
which results in an error.
Change the code so that for x86 and x86_64 the second part is 'pc',
and 'unknown' for the rest.
Use cpu model instead of cpu family for the first part, as suggested
by @dcbaker
As the result, we get: i386-pc-linux on my setup.
Fixes #12608
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions
