summaryrefslogtreecommitdiff
path: root/scripts/Util.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-12-12 21:37:31 +0100
committerJose <jose@zeroc.com>2016-12-12 21:37:31 +0100
commit2f989d4f9e283019c99092524ee252b9bda6a929 (patch)
tree7b43fec8d7beabc792fbdb096896cd1d7fd395bb /scripts/Util.py
parentPython code style fixes (diff)
downloadice-2f989d4f9e283019c99092524ee252b9bda6a929.tar.bz2
ice-2f989d4f9e283019c99092524ee252b9bda6a929.tar.xz
ice-2f989d4f9e283019c99092524ee252b9bda6a929.zip
Always build C# AnyCPU tests
Diffstat (limited to 'scripts/Util.py')
-rw-r--r--scripts/Util.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Util.py b/scripts/Util.py
index ef11c379bb2..1870b985f5d 100644
--- a/scripts/Util.py
+++ b/scripts/Util.py
@@ -2048,8 +2048,8 @@ class CSharpMapping(Mapping):
def getEnv(self, process, current):
if current.driver.useBinDist():
- bzip2 = os.path.join(toplevel, platform.getNugetPackage(self), "tools")
- assembliesDir = os.path.join(toplevel, platform.getNugetPackage(self), "lib")
+ bzip2 = os.path.join(platform.getIceDir(self), "tools")
+ assembliesDir = os.path.join(platform.getIceDir(self), "lib")
else:
bzip2 = os.path.join(toplevel, "cpp", "msbuild", "packages",
"bzip2.{0}.1.0.6.4".format(platform.getCompiler()),