Skip to content

Commit

Permalink
[godot] Do not generate vsproj
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed May 10, 2024
1 parent 7a15bfc commit f41bb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spine-godot/build/build-v4.sh
Expand Up @@ -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
Expand Down

0 comments on commit f41bb23

Please sign in to comment.