mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
mkosi.build: set encoding
Otherwise python3 (via meson) complains.
This commit is contained in:
parent
b35320cf63
commit
848d875fde
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user