Skip to content

Commit

Permalink
meson.eclass: ensure we have a UTF-8 locale set
Browse files Browse the repository at this point in the history
  • Loading branch information
floppym committed Jul 18, 2017
1 parent b0c4d47 commit bae7477
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eclass/meson.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ esac

if [[ -z ${_MESON_ECLASS} ]]; then

inherit ninja-utils toolchain-funcs
inherit ninja-utils python-utils-r1 toolchain-funcs

fi

Expand Down Expand Up @@ -148,6 +148,9 @@ meson_src_configure() {
STRIP=$(tc-getBUILD_STRIP)
fi

# https://bugs.gentoo.org/625396
python_export_utf8_locale

# Append additional arguments from ebuild
mesonargs+=("${emesonargs[@]}")

Expand Down

0 comments on commit bae7477

Please sign in to comment.