[PATCH] MSVC: allow using ExtUtils::MakeMaker
From: Marat Radchenko <hidden>
Date: 2016-06-15 23:00:37
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Marat Radchenko <hidden>
Date: 2016-06-15 23:00:37
Subsystem:
the rest · Maintainer:
Linus Torvalds
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 <redacted> --- config.mak.uname | 1 - 1 file changed, 1 deletion(-)
diff --git a/config.mak.uname b/config.mak.uname
index fc5616d..6db4193 100644
--- a/config.mak.uname
+++ b/config.mak.uname@@ -338,7 +338,6 @@ ifeq ($(uname_S),Windows) NO_MKSTEMPS = YesPlease SNPRINTF_RETURNS_BOGUS = YesPlease NO_SVN_TESTS = YesPlease - NO_PERL_MAKEMAKER = YesPlease RUNTIME_PREFIX = YesPlease NO_ST_BLOCKS_IN_STRUCT_STAT = YesPlease NO_NSEC = YesPlease
--
1.9.1