diff options
author | Kostadin Damyanov <maxmight@gmail.com> | 2015-08-12 22:14:40 +0300 |
---|---|---|
committer | Kostadin Damyanov <maxmight@gmail.com> | 2015-08-12 22:14:40 +0300 |
commit | ced44b45d3590e6c2149fd83792dbf702321aff5 (patch) | |
tree | 03c515d6955ac41c088018f6598982127888edd6 /platform/haiku/detect.py | |
parent | f48ce8901ab4fb74dd1a2de15b75895d0cb08fd8 (diff) | |
download | redot-engine-ced44b45d3590e6c2149fd83792dbf702321aff5.tar.gz |
Haiku: remove unneeded code
Diffstat (limited to 'platform/haiku/detect.py')
-rw-r--r-- | platform/haiku/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/haiku/detect.py b/platform/haiku/detect.py index f4198e50cd..19fe2f79fb 100644 --- a/platform/haiku/detect.py +++ b/platform/haiku/detect.py @@ -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): |