summaryrefslogtreecommitdiff
path: root/tex/context/base/l-os.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2013-11-25 20:09:00 +0100
committerHans Hagen <pragma@wxs.nl>2013-11-25 20:09:00 +0100
commit5e8bf69c911f752a3b2f691549e378915c53a360 (patch)
tree1573c92336dc9c85ff1372d5f8742dc407c553de /tex/context/base/l-os.lua
parent277b7556b6fe2fea89be61774a36b56e8f9a6e84 (diff)
downloadcontext-5e8bf69c911f752a3b2f691549e378915c53a360.tar.gz
beta 2013.11.25 20:09
Diffstat (limited to 'tex/context/base/l-os.lua')
-rw-r--r--tex/context/base/l-os.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/l-os.lua b/tex/context/base/l-os.lua
index 44e0f53e1..57edc3915 100644
--- a/tex/context/base/l-os.lua
+++ b/tex/context/base/l-os.lua
@@ -238,7 +238,8 @@ elseif os.type == "windows" then
function os.resolvers.platform(t,k)
local platform, architecture = "", os.getenv("PROCESSOR_ARCHITECTURE") or ""
if find(architecture,"AMD64") then
- platform = "mswin-64"
+ -- platform = "mswin-64"
+ platform = "win64"
else
platform = "mswin"
end