Sfoglia il codice sorgente

[godot] Fix Linux build, again.

Mario Zechner 3 anni fa
parent
commit
7acd75aee4
1 ha cambiato i file con 1 aggiunte e 5 eliminazioni
  1. 1 5
      spine-godot/build/build.sh

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

@@ -61,11 +61,7 @@ else
 		target="$target vsproj=yes livepp=$LIVEPP"
 		target="$target vsproj=yes livepp=$LIVEPP"
 	fi
 	fi
 	scons $target compiledb=yes custom_modules="../spine_godot" --jobs=$cpus	
 	scons $target compiledb=yes custom_modules="../spine_godot" --jobs=$cpus	
-	if [[ "$OSTYPE" == "linux-gnu"* ]]; then
-		if [ "$target" = "release_debug" ]; then
-			strip bin/godot.x11.opt.tools.64
-		fi
-	fi
+	strip bin/godot.x11.opt.tools.64	
 fi
 fi
 popd
 popd