In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/ea5f21e3a29198cb9936ff7a47fa5df9afebf6ba?hp=734a2a8ac7a2d32958fdee90c42e0e12a1c6e365>
- Log ----------------------------------------------------------------- commit ea5f21e3a29198cb9936ff7a47fa5df9afebf6ba Author: Steve Hay <[email protected]> Date: Tue Nov 14 14:01:33 2017 +0000 Fix Windows build failure introduced by 7d00a3405c ----------------------------------------------------------------------- Summary of changes: perl_inc_macro.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl_inc_macro.h b/perl_inc_macro.h index 892af1e2e3..5a2f20dfae 100644 --- a/perl_inc_macro.h +++ b/perl_inc_macro.h @@ -165,6 +165,9 @@ #ifndef INCPUSH_PERL_VENDORLIB_EXP #define INCPUSH_PERL_VENDORLIB_EXP #endif +#ifndef INCPUSH_ARCHLIB_EXP +#define INCPUSH_ARCHLIB_EXP +#endif #ifndef INCPUSH_PRIVLIB_EXP #define INCPUSH_PRIVLIB_EXP #endif @@ -187,4 +190,4 @@ #define INCPUSH_PERL_OTHERLIBDIRS_ARCHONLY #endif -#endif /* DEFINE_INC_MACROS */ \ No newline at end of file +#endif /* DEFINE_INC_MACROS */ -- Perl5 Master Repository
