summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/install/common/makewindist.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/install/common/makewindist.py b/cpp/install/common/makewindist.py
index 2f66ad04b6d..26008f66d96 100755
--- a/cpp/install/common/makewindist.py
+++ b/cpp/install/common/makewindist.py
@@ -473,6 +473,11 @@ def buildMergeModules(startDir, stageDir, sourcesVersion, installVersion):
def buildInstallers(startDir, stageDir, sourcesVersion, installVersion, installers):
+ if installVersion == "vc80_x64":
+ installVersion = "VC80-x64"
+ else:
+ installVersion = installVersion.upper()
+
#
# Build and copy to the stage directory root.
#