Use $ENV{PERL_LIB} rather than an -I argument to pass in the library location.
authorNicholas Clark <nick@ccl4.org>
Mon, 7 Sep 2009 14:48:18 +0000 (15:48 +0100)
committerNicholas Clark <nick@ccl4.org>
Mon, 7 Sep 2009 15:29:13 +0000 (16:29 +0100)
commit73402eba5d70043b96ba0e48baa0b161e86c8605
tree19ad0e4824008b3308ff4012fd8e9bb6d9d8c1a9
parent47fe32517be8721f2476eeb9a015710befed8b38
Use $ENV{PERL_LIB} rather than an -I argument to pass in the library location.

(This will scale to multiple library locations, and to subprocess perls, which
is necessary if we want to move build-time dual-life modules from lib to
ext/...)
make_ext.pl