Skip to content

Commit

Permalink
Add 'use FindBin' to support .pd->.pm conversion during make dist
Browse files Browse the repository at this point in the history
Thanks, kmx
  • Loading branch information
devel-chm committed Dec 21, 2014
1 parent a4eb745 commit 6699c91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion IO/HDF/SD/SD.pd
Expand Up @@ -126,7 +126,8 @@ pp_addhdr(<<'EOH');

EOH

use lib "../";
use FindBin;
use lib "$FindBin::Bin/..";
use buildfunc;

#-------------------------------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion IO/HDF/VS/VS.pd
Expand Up @@ -52,7 +52,8 @@ EOH
#define AVRef AV
#pp_bless ("PDL::IO::HDF::VS");

use lib "../";
use FindBin;
use lib "$FindBin::Bin/..";
use buildfunc;


Expand Down

0 comments on commit 6699c91

Please sign in to comment.