summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index 86cee571f94..80288bdf12b 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -808,6 +808,8 @@ def getIceBox():
iceBox += "32"
if cpp11:
iceBox += "++11"
+ elif isDarwin and cpp11:
+ iceBox += "++11"
iceBox = os.path.join(getCppBinDir(lang), iceBox)
elif lang == "java":
iceBox = "IceBox.Server"