Skip to content

Commit

Permalink
[godot] Fix Linux C# build.
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Jul 24, 2023
1 parent 0b1909a commit 80f5973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spine-godot/build/build-v4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
else
os="linux"
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
fi

Expand Down

0 comments on commit 80f5973

Please sign in to comment.