diff options
author | Jose <jose@zeroc.com> | 2017-05-01 18:47:00 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-05-01 18:47:00 +0200 |
commit | cd0d2ee7784d10ac387664665c5fd29bf732e101 (patch) | |
tree | 32ae30816d2ab7273af3202b09858491776458b3 /scripts/Util.py | |
parent | Include x64/Release iceserviceintall.exe in NuGet packages (diff) | |
download | ice-cd0d2ee7784d10ac387664665c5fd29bf732e101.tar.bz2 ice-cd0d2ee7784d10ac387664665c5fd29bf732e101.tar.xz ice-cd0d2ee7784d10ac387664665c5fd29bf732e101.zip |
Update bzip2 version in test scripts
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 f14b7809391..d1150fa32cd 100644 --- a/scripts/Util.py +++ b/scripts/Util.py @@ -2684,7 +2684,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.6".format(platform.getCompiler()), + "bzip2.{0}.1.0.6.7".format(platform.getCompiler()), "build", "native", "bin", "x64", "Release") assembliesDir = os.path.join(current.driver.getIceDir(self, current), "Assemblies") return { "DEVPATH" : assembliesDir, "PATH" : bzip2 }; |