mirror of
https://github.com/godotengine/godot-build-scripts.git
synced 2025-12-31 05:48:35 +03:00
Install gettext in all editor build containers
This enables compiling the PO files to smaller binary MO files, reducing the size of the editor binary which embeds them. gettext will be added to the base container but I haven't done it yet, so for now adding it manually here.
This commit is contained in:
@@ -17,6 +17,8 @@ tar xf /root/godot.tar.gz --strip-components=1
|
||||
# pkg-config wrongly points to lib instead of lib64 for arch-dependent header.
|
||||
sed -i ${GODOT_SDK_LINUX_X86_64}/x86_64-godot-linux-gnu/sysroot/usr/lib/pkgconfig/dbus-1.pc -e "s@/lib@/lib64@g"
|
||||
|
||||
dnf -y install gettext
|
||||
|
||||
# Classical
|
||||
|
||||
if [ "${CLASSICAL}" == "1" ]; then
|
||||
|
||||
Reference in New Issue
Block a user