summaryrefslogtreecommitdiff
path: root/desktop/source/deployment
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment')
-rw-r--r--desktop/source/deployment/misc/dp_platform.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/misc/dp_platform.cxx b/desktop/source/deployment/misc/dp_platform.cxx
index f888c6da4a52..74d80e9f1e9e 100644
--- a/desktop/source/deployment/misc/dp_platform.cxx
+++ b/desktop/source/deployment/misc/dp_platform.cxx
@@ -77,7 +77,7 @@ namespace
else if (token == "windows_x86")
ret = checkOSandCPU("Windows", "x86");
else if (token == "windows_x86_64")
- ret = checkOSandCPU("Windows", "x86_64");
+ ret = checkOSandCPU("Windows", "X86_64");
else if (token == "solaris_sparc")
ret = checkOSandCPU("Solaris", "SPARC");
else if (token == "solaris_sparc64")