diff options
author | Joe George <joe@zeroc.com> | 2017-05-23 12:34:26 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2017-05-23 12:34:26 -0400 |
commit | 1f6e11a93bf5b9bf7ca223b02c0028f4bdbd09cf (patch) | |
tree | 2c8255e3956d9f56416b24c99623cf6ebacb4c9b /scripts/Util.py | |
parent | Android build instruction updates (diff) | |
download | ice-1f6e11a93bf5b9bf7ca223b02c0028f4bdbd09cf.tar.bz2 ice-1f6e11a93bf5b9bf7ca223b02c0028f4bdbd09cf.tar.xz ice-1f6e11a93bf5b9bf7ca223b02c0028f4bdbd09cf.zip |
Fix whitespace
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 703a3d2f3b4..a11d6b663cb 100644 --- a/scripts/Util.py +++ b/scripts/Util.py @@ -279,7 +279,7 @@ class Windows(Platform): except: pass return self.compiler - + def getPlatformToolset(self): return self.getCompiler().replace("VC", "v") |