Find SDL libraries in Perl's include/lib path.
authorRocco Caputo <rcaputo@cpan.org>
Sun, 27 Sep 2009 18:57:17 +0000 (14:57 -0400)
committerKartik Thakore <thakore.kartik@gmail.com>
Wed, 7 Oct 2009 02:59:51 +0000 (22:59 -0400)
commitbef74e3b7a781b719a744efc6b4fae000fa17e46
tree71a91ec3e65ae94cec977e9dd65dedb07abb1173
parent506445434c661b3ddf95fb6853aff27eb900f474
Find SDL libraries in Perl's include/lib path.

Search Perl's include and lib paths for SDL libraries.  Previously, it
would search in all possible places, and pick up versions that may be
compiled differently.  My hypothesis is that the ones in Perl's paths
are more likely to be built the same way as Perl itself.
make/lib/SDL/Build/Darwin.pm