diff options
author | Jose <jose@zeroc.com> | 2017-03-22 15:44:11 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-03-22 15:44:11 +0100 |
commit | e84f34a5b6f5c45accb7218e0c8f75cf2c5685fa (patch) | |
tree | c54967dd90bb4d4b5ee969675548fff942e24b82 /scripts/Util.py | |
parent | Add C# tests for continuations and async/await (diff) | |
download | ice-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.py | 2 |
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 }; |