Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit e4eef26

Browse files
slonopotamusgitster
authored andcommitted
MSVC: allow using ExtUtils::MakeMaker
Drop NO_PERL_MAKEMAKER from config.mak.uname for the MSVC platform. MakeMaker is available on Windows Perl implementations and installs modules to correct location, unlike NO_PERL_MAKEMAKER Makefile. Signed-off-by: Marat Radchenko <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 82edd39 commit e4eef26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config.mak.uname

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ ifeq ($(uname_S),Windows)
331331
NO_MKSTEMPS = YesPlease
332332
SNPRINTF_RETURNS_BOGUS = YesPlease
333333
NO_SVN_TESTS = YesPlease
334-
NO_PERL_MAKEMAKER = YesPlease
335334
RUNTIME_PREFIX = YesPlease
336335
NO_ST_BLOCKS_IN_STRUCT_STAT = YesPlease
337336
NO_NSEC = YesPlease

0 commit comments

Comments
 (0)