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
16
16
17
17
# Classical
18
18
19
+ dnf -y install gettext
20
+
19
21
if [ " ${CLASSICAL} " == " 1" ]; then
20
22
echo " Starting classical build for Android..."
21
23
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ tar xf /root/godot.tar.gz --strip-components=1
21
21
22
22
# Classical
23
23
24
+ dnf -y install gettext
25
+
24
26
if [ " ${CLASSICAL} " == " 1" ]; then
25
27
echo " Starting classical build for iOS..."
26
28
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ tar xf /root/godot.tar.gz --strip-components=1
17
17
# pkg-config wrongly points to lib instead of lib64 for arch-dependent header.
18
18
sed -i ${GODOT_SDK_LINUX_X86_64} /x86_64-godot-linux-gnu/sysroot/usr/lib/pkgconfig/dbus-1.pc -e " s@/lib@/lib64@g"
19
19
20
+ dnf -y install gettext
21
+
20
22
# Classical
21
23
22
24
if [ " ${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
17
17
18
18
# Classical
19
19
20
+ dnf -y install gettext
21
+
20
22
if [ " ${CLASSICAL} " == " 1" ]; then
21
23
echo " Starting classical build for macOS..."
22
24
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
20
20
21
21
# Temporarily until we make --headless mode actually skip X11.
22
22
dnf install -y libX11 libXcursor libXrandr libXinerama libXi mesa-libGL
23
+ dnf -y install gettext
23
24
24
25
# Mono
25
26
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ tar xf /root/godot.tar.gz --strip-components=1
29
29
30
30
# Classical
31
31
32
+ dnf -y install gettext
33
+
32
34
if [ " ${CLASSICAL} " == " 1" ]; then
33
35
echo " Starting classical build for Web..."
34
36
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ tar xf /root/godot.tar.gz --strip-components=1
16
16
17
17
# Classical
18
18
19
+ dnf -y install gettext
20
+
19
21
if [ " ${CLASSICAL} " == " 1" ]; then
20
22
echo " Starting classical build for Windows..."
21
23
You can’t perform that action at this time.
0 commit comments