mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user