mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[godot] Simplify setup.sh
This commit is contained in:
parent
7edeb29aaa
commit
0dde81eaea
@ -6,6 +6,5 @@ cp -r .idea godot
|
|||||||
cp custom.py godot
|
cp custom.py godot
|
||||||
cp -r ../spine-cpp/spine-cpp spine_godot
|
cp -r ../spine-cpp/spine-cpp spine_godot
|
||||||
pushd godot
|
pushd godot
|
||||||
scons -Q compiledb custom_modules="../spine_godot"
|
scons compiledb=yes custom_modules="../spine_godot" -j16
|
||||||
scons target=debug custom_modules="../spine_godot" --jobs=8
|
|
||||||
popd
|
popd
|
||||||
Loading…
x
Reference in New Issue
Block a user