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)
committerRocco Caputo <rcaputo@cpan.org>
Sun, 27 Sep 2009 18:57:17 +0000 (14:57 -0400)
commita3c3bf6e7a022c349fd6ab1a1c86b9042de32fa3
treecdec95c35856d79d70b4d7cd56d4228df9e12b01
parentc3eac718becd55866137796f55f6dde5f9b81c70
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