Skip to content

Commit

Permalink
Revert "Check for 'libexpat' rather than 'expat' on Windows"
Browse files Browse the repository at this point in the history
This reverts commit d60f57f.
  • Loading branch information
toddr committed Dec 29, 2023
1 parent 8774b5d commit 287ff27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ foreach (@ARGV) {

unless (
check_lib( # fill in what you prompted the user for here
lib => [$^O eq 'MSWin32' ? qw(libexpat) : qw(expat)],
lib => [qw(expat)],
header => ['expat.h'],
incpath => $expat_incpath,
( $expat_libpath ? ( libpath => $expat_libpath ) : () ),
Expand Down

0 comments on commit 287ff27

Please sign in to comment.