diff options
author | Jose <jose@zeroc.com> | 2014-11-27 18:12:06 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-11-27 18:12:06 +0100 |
commit | 2968562974d65dafba3e4652f5bfed914b0ae7c2 (patch) | |
tree | 3848cb850a9c133e94461184117641007c5c8b8e /demoscript | |
parent | Fixed (ICE-5987) - remove i386 from OS X binaries (diff) | |
download | ice-2968562974d65dafba3e4652f5bfed914b0ae7c2.tar.bz2 ice-2968562974d65dafba3e4652f5bfed914b0ae7c2.tar.xz ice-2968562974d65dafba3e4652f5bfed914b0ae7c2.zip |
Util.py isDebug
Diffstat (limited to 'demoscript')
-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 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: |