mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Haiku: remove unneeded code
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user