mkosi.build: set encoding

Otherwise python3 (via meson) complains.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-05-05 21:19:04 -04:00
parent b35320cf63
commit 848d875fde
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
# This is a build script for OS image generation using mkosi (https://github.com/systemd/mkosi).
# Simply invoke "mkosi" in the project directory to build an OS image.
export LC_CTYPE=C.UTF-8
meson build
ninja -C build all
ninja -C build test