GNOME Bugzilla – Bug 791670
Meson: Fix environment when cross building
Last modified: 2018-11-03 10:22:32 UTC
When cross building with meson, the env must contain the host toolchain and the target tool chain must be written in a config file. Currently cerbero always set the target toolchain in env so build.py has an ugly hack that unset CC and CXX variables when cross building. A proper fix is probably to load both envs in config.py and switch env depending on the recipe being built.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/cerbero/issues/48.