mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Haiku: remove unneeded code
This commit is contained in:
parent
f48ce8901a
commit
ced44b45d3
6 changed files with 3 additions and 27 deletions
|
|
@ -27,7 +27,7 @@ def get_flags():
|
|||
]
|
||||
|
||||
def configure(env):
|
||||
is64=sys.maxsize > 2**32
|
||||
is64 = sys.maxsize > 2**32
|
||||
|
||||
if (env["bits"]=="default"):
|
||||
if (is64):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue