diff options
Diffstat (limited to 'cpp/allDemos.py')
-rwxr-xr-x | cpp/allDemos.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/allDemos.py b/cpp/allDemos.py index 39ff08ba4cf..3a9d0818f99 100755 --- a/cpp/allDemos.py +++ b/cpp/allDemos.py @@ -46,7 +46,7 @@ demos = [ "Ice/context", ] -if not Util.isWin32() or not Util.isVC100() +if not Util.isWin32() or not Util.isVC100(): demos += ["IceStorm/clock", "IceStorm/counter", "IceStorm/replicated", |