summaryrefslogtreecommitdiff
path: root/cpp/allDemos.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/allDemos.py')
-rwxr-xr-xcpp/allDemos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/allDemos.py b/cpp/allDemos.py
index 9b1c1edb67a..8aeb94320cf 100755
--- a/cpp/allDemos.py
+++ b/cpp/allDemos.py
@@ -79,7 +79,7 @@ demos = [
if not "--x86" in sys.argv:
demos += ["Freeze/backup"]
-if not "--c++11" in sys.argv:
+if not "--c++11" in sys.argv and not "--x86" in sys.argv:
demos += ["IceGrid/customLoadBalancing"]
if __name__ == "__main__":