Skip to content

Commit

Permalink
apply patch
Browse files Browse the repository at this point in the history
  • Loading branch information
devsaurus committed Mar 27, 2015
1 parent 2a64284 commit 4da2464
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.PL
Expand Up @@ -2,6 +2,11 @@ use strict;
use warnings;
use Inline::MakeMaker;

sub MY::libscan {
return if ($_[1] eq 'USB.pm' or $_[1] eq 'dump_usb.pl');
return $_[1];
}

if($^O eq 'MSWin32')
{
if(!$ENV{LIBUSB_LIBDIR} or !$ENV{LIBUSB_INCDIR})
Expand Down

0 comments on commit 4da2464

Please sign in to comment.