diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Config.pm.orig')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Config.pm.orig | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/tlpkg/tlperl/lib/Config.pm.orig b/Master/tlpkg/tlperl/lib/Config.pm.orig index a13c0e0b215..2afc712a6d3 100644 --- a/Master/tlpkg/tlperl/lib/Config.pm.orig +++ b/Master/tlpkg/tlperl/lib/Config.pm.orig @@ -84,8 +84,8 @@ sub AUTOLOAD { # tie returns the object, so the value returned to require will be true.
tie %Config, 'Config', {
- archlibexp => 'e:\\tlperl\\lib',
- archname => 'MSWin32-x86-multi-thread',
+ archlibexp => 'E:\\tlperl\\lib',
+ archname => 'MSWin32-x64-multi-thread',
cc => 'gcc',
d_readlink => 'define',
d_symlink => 'define',
@@ -96,14 +96,14 @@ tie %Config, 'Config', { inc_version_list => '',
intsize => '4',
ldlibpthname => '',
- libpth => 'E:\\MinGW\\lib E:\\MinGW\\i686-w64-mingw32\\lib E:\\MinGW\\lib\\gcc\\i686-w64-mingw32\\8.3.0',
+ libpth => 'E:\\mingw64\\lib E:\\mingw64\\x86_64-w64-mingw32\\lib E:\\mingw64\\lib\\gcc\\x86_64-w64-mingw32\\8.3.0',
osname => 'MSWin32',
osvers => '10.0.19042.508',
path_sep => ';',
- privlibexp => 'e:\\tlperl\\lib',
- scriptdir => 'e:\\tlperl\\bin',
- sitearchexp => 'e:\\tlperl\\site\\lib',
- sitelibexp => 'e:\\tlperl\\site\\lib',
+ privlibexp => 'E:\\tlperl\\lib',
+ scriptdir => 'E:\\tlperl\\bin',
+ sitearchexp => 'E:\\tlperl\\site\\lib',
+ sitelibexp => 'E:\\tlperl\\site\\lib',
so => 'dll',
useithreads => 'define',
usevendorprefix => undef,
|