Skip to content

Commit 405db7d

Browse files
committed
[godot] Another fix for the template build script. See #2657
1 parent 32be2c1 commit 405db7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spine-godot/build/build-templates-v4.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,10 @@ elif [ "$platform" = "android" ]; then
186186
./gradlew generateGodotTemplates
187187
popd
188188
else
189-
scons platform=android target=template_release arch=arm32 --jobs=$cpus
190-
scons platform=android target=template_release arch=arm64 generate_apk=yes --jobs=$cpus
191-
scons platform=android target=template_debug arch=arm32 --jobs=$cpus
192-
scons platform=android target=template_debug arch=arm64 generate_apk=yes --jobs=$cpus
189+
scons platform=android target=template_release arch=arm32 custom_modules="../spine_godot" --jobs=$cpus
190+
scons platform=android target=template_release arch=arm64 custom_modules="../spine_godot" generate_apk=yes --jobs=$cpus
191+
scons platform=android target=template_debug arch=arm32 custom_modules="../spine_godot" --jobs=$cpus
192+
scons platform=android target=template_debug arch=arm64 custom_modules="../spine_godot" generate_apk=yes --jobs=$cpus
193193
fi
194194
else
195195
echo "Unknown platform: $platform"

0 commit comments

Comments
 (0)