From 9b3a7e22dd660b8fcf597e770a60f03a9ed84268 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 20 May 2016 01:15:22 +0000 Subject: load tlwingoo only on winblows git-svn-id: svn://tug.org/texlive/trunk@41270 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/tlpostcode/ptex2pdf-tlpost.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Master/tlpkg/tlpostcode') diff --git a/Master/tlpkg/tlpostcode/ptex2pdf-tlpost.pl b/Master/tlpkg/tlpostcode/ptex2pdf-tlpost.pl index edd5ee4f48c..bad8cf6f39c 100644 --- a/Master/tlpkg/tlpostcode/ptex2pdf-tlpost.pl +++ b/Master/tlpkg/tlpostcode/ptex2pdf-tlpost.pl @@ -153,7 +153,9 @@ my %original = ( ); $::lang = "C"; -require TeXLive::TLWinGoo; +if (TeXLive::TLUtils::win32()) { + require TeXLive::TLWinGoo; +} require("TeXLive/trans.pl"); #use Data::Dumper; -- cgit v1.2.3