From f41bb231e18d15c049174c1dca7a78a4a9e8913d Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Fri, 10 May 2024 13:58:57 +0200 Subject: [PATCH] [godot] Do not generate vsproj --- spine-godot/build/build-v4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-godot/build/build-v4.sh b/spine-godot/build/build-v4.sh index e8677f345..093883b3a 100755 --- a/spine-godot/build/build-v4.sh +++ b/spine-godot/build/build-v4.sh @@ -52,7 +52,7 @@ cpus=2 if [ "$OSTYPE" == "msys" ]; then os="windows" cpus=$NUMBER_OF_PROCESSORS - target="$target vsproj=yes livepp=$LIVEPP" + target="$target" godot_exe="godot.windows.editor$dev_extension.x86_64$mono_extension.exe" godot_exe_host=$godot_exe elif [[ "$OSTYPE" == "darwin"* ]]; then