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

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