summaryrefslogtreecommitdiff
path: root/scripts/Util.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Util.py')
-rw-r--r--scripts/Util.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/Util.py b/scripts/Util.py
index 8702cc05282..89856d7a51f 100644
--- a/scripts/Util.py
+++ b/scripts/Util.py
@@ -245,8 +245,9 @@ class Windows(Platform):
elif self.getCompiler() in ["v100"]:
return (["cpp/Ice/.*", "cpp/IceSSL/.*", "cpp/IceBox/.*", "cpp/IceDiscovery/.*", "cpp/IceUtil/.*", "cpp/Slice/.*"], [])
elif self.getCompiler() not in ["v140"]:
- return ([], ["python", "php"])
- return Platform.getFilters(self, config)
+ return ([], ["python", "php", "ruby"])
+ else:
+ return ([], ["ruby"])
def parseBuildVariables(self, variables):
pass # Nothing to do, we don't support the make build system on Windows