You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
241 B

--- a/Expat/Makefile.PL
+++ b/Expat/Makefile.PL
@@ -2,6 +2,9 @@ use ExtUtils::MakeMaker;
use Config;
use English;
+$expat_libpath = '%%EXPAT_LIBPATH%%';
+$expat_incpath = '%%EXPAT_INCPATH%%';
+
my $libs = "-lexpat";
my @extras = ();