summaryrefslogtreecommitdiff
path: root/Master/bin/win32/pdfopt.texlua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/bin/win32/pdfopt.texlua')
-rwxr-xr-xMaster/bin/win32/pdfopt.texlua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/bin/win32/pdfopt.texlua b/Master/bin/win32/pdfopt.texlua
index a7a38cc9852..48b6cc2ffc4 100755
--- a/Master/bin/win32/pdfopt.texlua
+++ b/Master/bin/win32/pdfopt.texlua
@@ -26,7 +26,7 @@ kpse.set_program_name('pdfopt.texlua', 'pdfopt')
TEXDIR=kpse.var_value('SELFAUTOPARENT')
if os.type == 'windows' then
- os.setenv('GS_LIB', TEXDIR..'/tlpkg/tlgs/lib')
+ os.setenv('GS_LIB', TEXDIR..'/tlpkg/tlgs/lib;'..TEXDIR..'/tlpkg/tlgs/fonts')
os.setenv('PATH', TEXDIR..'/tlpkg/tlgs/bin;'..os.getenv('PATH'))
gs='gswin32c'
else