summaryrefslogtreecommitdiff
path: root/scripts/Util.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-03-22 15:44:11 +0100
committerJose <jose@zeroc.com>2017-03-22 15:44:11 +0100
commite84f34a5b6f5c45accb7218e0c8f75cf2c5685fa (patch)
treec54967dd90bb4d4b5ee969675548fff942e24b82 /scripts/Util.py
parentAdd C# tests for continuations and async/await (diff)
downloadice-e84f34a5b6f5c45accb7218e0c8f75cf2c5685fa.tar.bz2
ice-e84f34a5b6f5c45accb7218e0c8f75cf2c5685fa.tar.xz
ice-e84f34a5b6f5c45accb7218e0c8f75cf2c5685fa.zip
Fix bzip2 version in CSharpMapping env
Diffstat (limited to 'scripts/Util.py')
-rw-r--r--scripts/Util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Util.py b/scripts/Util.py
index 0064c751361..f2e60647a9c 100644
--- a/scripts/Util.py
+++ b/scripts/Util.py
@@ -2640,7 +2640,7 @@ class CSharpMapping(Mapping):
assembliesDir = os.path.join(platform.getIceInstallDir(self, current), "lib")
else:
bzip2 = os.path.join(toplevel, "cpp", "msbuild", "packages",
- "bzip2.{0}.1.0.6.4".format(platform.getCompiler()),
+ "bzip2.{0}.1.0.6.6".format(platform.getCompiler()),
"build", "native", "bin", "x64", "Release")
assembliesDir = os.path.join(current.driver.getIceDir(self, current), "Assemblies")
return { "DEVPATH" : assembliesDir, "PATH" : bzip2 };