mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-08 03:36:52 +08:00
[godot] No extension editor builds for ios, android, web
This commit is contained in:
parent
f7da1e48ab
commit
0fc80d5b8b
@ -47,7 +47,9 @@ fi
|
|||||||
echo "CPUS: $cpus"
|
echo "CPUS: $cpus"
|
||||||
|
|
||||||
pushd ..
|
pushd ..
|
||||||
scons -j $cpus $options $platform target=editor
|
if [ "$platform" != "ios" ] && [ "$platform" != "android" ] && [ "$platform" != "web" ]; then
|
||||||
|
scons -j $cpus $options $platform target=editor
|
||||||
|
fi
|
||||||
scons -j $cpus $options $platform target=template_debug
|
scons -j $cpus $options $platform target=template_debug
|
||||||
scons -j $cpus $options $platform target=template_release
|
scons -j $cpus $options $platform target=template_release
|
||||||
popd
|
popd
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user