diff options
Diffstat (limited to 'Build/source/texk/detex/TLpatches/patch-02-win32')
-rw-r--r-- | Build/source/texk/detex/TLpatches/patch-02-win32 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Build/source/texk/detex/TLpatches/patch-02-win32 b/Build/source/texk/detex/TLpatches/patch-02-win32 new file mode 100644 index 00000000000..b0611b759a7 --- /dev/null +++ b/Build/source/texk/detex/TLpatches/patch-02-win32 @@ -0,0 +1,16 @@ +--- detex.h.orig Wed Jun 17 07:27:32 2020 ++++ detex.h Thu Dec 03 22:39:45 2020 +@@ -56,8 +56,13 @@ + #define DEFAULTINPUTS ".;/emtex/texinput" + #define CHPATHSEP ';' + #else ++#ifdef _WIN32 ++#define DEFAULTINPUTS ".;c:/usr/local/tex/inputs" ++#define CHPATHSEP ';' ++#else + #define DEFAULTINPUTS ".:/usr/local/tex/inputs" + #define CHPATHSEP ':' ++#endif /* _WIN32 */ + #endif + #endif + |