diff options
Diffstat (limited to 'demoscript/Util.py')
-rw-r--r-- | demoscript/Util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/Util.py b/demoscript/Util.py index 8b2e035384b..afcaa7a9142 100644 --- a/demoscript/Util.py +++ b/demoscript/Util.py @@ -682,7 +682,7 @@ def getIceBox(mapping = "cpp"): if isWin32() and isDebugBuild(): iceBox += "d" elif isLinux(): - if x86: + if not x64: iceBox += "32" if cpp11: iceBox += "++11" |