Selaa lähdekoodia

[godot] Do not generate vsproj

Mario Zechner 1 vuosi sitten
vanhempi
commit
f41bb231e1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      spine-godot/build/build-v4.sh

+ 1 - 1
spine-godot/build/build-v4.sh

@@ -52,7 +52,7 @@ cpus=2
 if [ "$OSTYPE" == "msys" ]; then
 if [ "$OSTYPE" == "msys" ]; then
 	os="windows"
 	os="windows"
 	cpus=$NUMBER_OF_PROCESSORS
 	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="godot.windows.editor$dev_extension.x86_64$mono_extension.exe"
 	godot_exe_host=$godot_exe
 	godot_exe_host=$godot_exe
 elif [[ "$OSTYPE" == "darwin"* ]]; then
 elif [[ "$OSTYPE" == "darwin"* ]]; then