mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
Unify bits, arch, and android_arch into env["arch"]
Fully removes the `bits` option and adapts the code that relied on it. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
This commit is contained in:
parent
8916949b50
commit
27b0f18275
28 changed files with 271 additions and 218 deletions
|
@ -37,7 +37,7 @@ Godot runs on a large variety of platforms and operating systems and devices.
|
|||
|
||||
For bugs that are likely OS-specific and/or graphics-related, please also specify:
|
||||
|
||||
- Device (CPU model including architecture, e.g. x86, x86_64, ARM, etc.)
|
||||
- Device (CPU model including architecture, e.g. x86_64, arm64, etc.)
|
||||
- GPU model (and the driver version in use if you know it)
|
||||
|
||||
**Bug reports not including the required information may be closed at the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue