mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
5 lines
89 B
Bash
Executable File
5 lines
89 B
Bash
Executable File
#/bin/sh
|
|
set -e
|
|
pushd godot
|
|
scons compiledb=yes custom_modules="../spine_godot" -j16
|
|
popd |