We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220678f commit 33ea720Copy full SHA for 33ea720
spine-godot/build/setup-extension.sh
@@ -33,7 +33,7 @@ if [ "$mono" != "true" ] && [ "$mono" != "false" ]; then
33
exit 1
34
fi
35
36
-godot_cpp_branch=$(echo $godot_branch | cut -d. -f1-2)
+godot_cpp_branch=$(echo $godot_branch | cut -d. -f1-2 | cut -d- -f1)
37
38
cpus=2
39
if [ "$OSTYPE" == "msys" ]; then
0 commit comments