summaryrefslogtreecommitdiff
path: root/demoscript/Util.py
diff options
context:
space:
mode:
Diffstat (limited to 'demoscript/Util.py')
-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: