File tree Expand file tree Collapse file tree 7 files changed +13
-0
lines changed
Expand file tree Collapse file tree 7 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ tar xf /root/godot.tar.gz --strip-components=1
1616
1717# Classical
1818
19+ dnf -y install gettext
20+
1921if [ " ${CLASSICAL} " == " 1" ]; then
2022 echo " Starting classical build for Android..."
2123
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ tar xf /root/godot.tar.gz --strip-components=1
2121
2222# Classical
2323
24+ dnf -y install gettext
25+
2426if [ " ${CLASSICAL} " == " 1" ]; then
2527 echo " Starting classical build for iOS..."
2628
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ tar xf /root/godot.tar.gz --strip-components=1
1717# pkg-config wrongly points to lib instead of lib64 for arch-dependent header.
1818sed -i ${GODOT_SDK_LINUX_X86_64} /x86_64-godot-linux-gnu/sysroot/usr/lib/pkgconfig/dbus-1.pc -e " s@/lib@/lib64@g"
1919
20+ dnf -y install gettext
21+
2022# Classical
2123
2224if [ " ${CLASSICAL} " == " 1" ]; then
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ tar xf /root/godot.tar.gz --strip-components=1
1717
1818# Classical
1919
20+ dnf -y install gettext
21+
2022if [ " ${CLASSICAL} " == " 1" ]; then
2123 echo " Starting classical build for macOS..."
2224
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ sed -i ${GODOT_SDK_LINUX_X86_64}/x86_64-godot-linux-gnu/sysroot/usr/lib/pkgconfi
2020
2121# Temporarily until we make --headless mode actually skip X11.
2222dnf install -y libX11 libXcursor libXrandr libXinerama libXi mesa-libGL
23+ dnf -y install gettext
2324
2425# Mono
2526
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ tar xf /root/godot.tar.gz --strip-components=1
2929
3030# Classical
3131
32+ dnf -y install gettext
33+
3234if [ " ${CLASSICAL} " == " 1" ]; then
3335 echo " Starting classical build for Web..."
3436
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ tar xf /root/godot.tar.gz --strip-components=1
1616
1717# Classical
1818
19+ dnf -y install gettext
20+
1921if [ " ${CLASSICAL} " == " 1" ]; then
2022 echo " Starting classical build for Windows..."
2123
You can’t perform that action at this time.
0 commit comments