mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[godot] Fix Linux C# build.
This commit is contained in:
parent
0b1909ae06
commit
80f5973623
@ -70,7 +70,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
|
|||||||
else
|
else
|
||||||
os="linux"
|
os="linux"
|
||||||
cpus=$(grep -c ^processor /proc/cpuinfo)
|
cpus=$(grep -c ^processor /proc/cpuinfo)
|
||||||
godot_exe="godot.linux.editor$dev_extension.x86_64$mono_extension"
|
godot_exe="godot.linuxbsd.editor$dev_extension.x86_64$mono_extension"
|
||||||
godot_exe_host=$godot_exe
|
godot_exe_host=$godot_exe
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user