From f919f6d183be1bd4cabea1e9cfb7c9036fecd8fb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 12 May 2017 22:38:39 +0000 Subject: context (May 10 10:50) git-svn-id: svn://tug.org/texlive/trunk@44310 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/context/base/mkiv/grph-con.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Master/texmf-dist/tex/context/base/mkiv/grph-con.lua') diff --git a/Master/texmf-dist/tex/context/base/mkiv/grph-con.lua b/Master/texmf-dist/tex/context/base/mkiv/grph-con.lua index 65bb916316b..49b5952dfe5 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/grph-con.lua +++ b/Master/texmf-dist/tex/context/base/mkiv/grph-con.lua @@ -53,7 +53,10 @@ do -- eps | ps local runner = sandbox.registerrunner { name = "eps to pdf", - program = { windows = "gswin64c", unix = "gs" }, + program = { + windows = os.platform == "win64" and "gswin64c" or "gswin32c", + unix = "gs", + }, template = longtostring [[ -q -sDEVICE=pdfwrite -- cgit v1.2.3