We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b9dcf commit c20bcedCopy full SHA for c20bced
build-linux/build.sh
@@ -47,6 +47,19 @@ if [ "${CLASSICAL}" == "1" ]; then
47
mkdir -p /root/out/x86_32/templates
48
cp -rvp bin/* /root/out/x86_32/templates
49
rm -rf bin
50
+
51
+ export PATH="${GODOT_SDK_LINUX_ARMHF}/bin:${BASE_PATH}"
52
53
+ $SCONS platform=linuxbsd arch=arm32 $OPTIONS target=editor
54
+ mkdir -p /root/out/arm32/tools
55
+ cp -rvp bin/* /root/out/arm32/tools
56
+ rm -rf bin
57
58
+ $SCONS platform=linuxbsd arch=arm32 $OPTIONS target=template_debug
59
+ $SCONS platform=linuxbsd arch=arm32 $OPTIONS target=template_release
60
+ mkdir -p /root/out/arm32/templates
61
+ cp -rvp bin/* /root/out/arm32/templates
62
63
fi
64
65
# Mono
0 commit comments