mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
[godot] Fix branch enumeration in setup script.
This commit is contained in:
parent
220678f336
commit
33ea72017b
@ -33,7 +33,7 @@ if [ "$mono" != "true" ] && [ "$mono" != "false" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
godot_cpp_branch=$(echo $godot_branch | cut -d. -f1-2)
|
||||
godot_cpp_branch=$(echo $godot_branch | cut -d. -f1-2 | cut -d- -f1)
|
||||
|
||||
cpus=2
|
||||
if [ "$OSTYPE" == "msys" ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user