summaryrefslogtreecommitdiff
path: root/demoscript
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-11-27 18:12:06 +0100
committerJose <jose@zeroc.com>2014-11-27 18:12:06 +0100
commit2968562974d65dafba3e4652f5bfed914b0ae7c2 (patch)
tree3848cb850a9c133e94461184117641007c5c8b8e /demoscript
parentFixed (ICE-5987) - remove i386 from OS X binaries (diff)
downloadice-2968562974d65dafba3e4652f5bfed914b0ae7c2.tar.bz2
ice-2968562974d65dafba3e4652f5bfed914b0ae7c2.tar.xz
ice-2968562974d65dafba3e4652f5bfed914b0ae7c2.zip
Util.py isDebug
Diffstat (limited to 'demoscript')
-rw-r--r--demoscript/Util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/Util.py b/demoscript/Util.py
index 289ab7c3cfb..0c8beeb7638 100644
--- a/demoscript/Util.py
+++ b/demoscript/Util.py
@@ -669,7 +669,7 @@ def isCpp11():
def getIceBox(mapping = "cpp"):
if mapping == "cpp":
iceBox = "icebox"
- if isWin32() and isDebug():
+ if isWin32() and isDebugBuild():
iceBox += "d"
elif isLinux():
if x86: