feat: updated godot version

This commit is contained in:
Sara Gerretsen 2026-04-04 19:38:56 +02:00
parent 0c508b0831
commit 42b028dbb5
4694 changed files with 236470 additions and 401376 deletions

View file

@ -673,8 +673,7 @@ def is_apple_clang(env):
return False
try:
version = (
subprocess
.check_output(shlex.split(env.subst(env["CXX"]), posix=False) + ["--version"])
subprocess.check_output(shlex.split(env.subst(env["CXX"]), posix=False) + ["--version"])
.strip()
.decode("utf-8")
)
@ -1152,7 +1151,7 @@ def generate_vs_project(env, original_args, project_name="godot"):
sys.modules.pop("msvs")
extensions = {}
extensions["headers"] = [".h", ".hh", ".hpp", ".hxx", ".inc", ".inl"]
extensions["headers"] = [".h", ".hh", ".hpp", ".hxx", ".inc"]
extensions["sources"] = [".c", ".cc", ".cpp", ".cxx", ".m", ".mm", ".java"]
extensions["others"] = [".natvis", ".glsl", ".rc"]