meson.eclass: export NM and READELF variables

These are used by the symbolextractor.py script in meson.

Closes: https://bugs.gentoo.org/717720
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2020-04-20 11:14:37 -04:00
parent bf6851a701
commit d2d332b15f

View File

@@ -261,6 +261,11 @@ meson_src_configure() {
"${BUILD_DIR}"
)
# Used by symbolextractor.py
# https://bugs.gentoo.org/717720
tc-export NM
tc-getPROG READELF readelf >/dev/null
# https://bugs.gentoo.org/625396
python_export_utf8_locale