diff options
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 43edc6642f8..27a229a0a11 100644 --- a/scripts/Util.py +++ b/scripts/Util.py @@ -2920,7 +2920,7 @@ class CSharpMapping(Mapping): "bzip2.{0}.1.0.6.9".format(platform.getPlatformToolset()), "build", "native", "bin", "x64", "Release") assembliesDir = os.path.join(current.driver.getIceDir(self, current), "Assemblies") - return { "DEVPATH" : assembliesDir, "PATH" : bzip2 }; + return { "DEVPATH" : assembliesDir, "PATH" : bzip2 } def getDefaultSource(self, processType): return { |