1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Add loongarch64 support

This commit is contained in:
Student Main
2024-10-05 02:24:15 +08:00
parent 47bc374edf
commit e0693f8ad8
8 changed files with 16 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ def get_flags():
def configure(env: "SConsEnvironment"):
# Validate arch.
supported_arches = ["x86_32", "x86_64", "arm32", "arm64", "rv64", "ppc32", "ppc64"]
supported_arches = ["x86_32", "x86_64", "arm32", "arm64", "rv64", "ppc32", "ppc64", "loongarch64"]
validate_arch(env["arch"], get_name(), supported_arches)
## Build type