diff options
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2768,6 +2768,12 @@ S_init_perllib(pTHX) #else incpush(SITELIB_EXP, FALSE); #endif +#if defined(PERL_VENDORLIB_EXP) +#if defined(WIN32) + incpush(PERLVENDORLIB_EXP, TRUE); +#else + incpush(PERL_VENDORLIB_EXP, FALSE); +#endif #endif if (!PL_tainting) incpush(".", FALSE); |