From: Kartik Thakore Date: Sun, 2 Aug 2009 00:08:13 +0000 (-0400) Subject: build was placing SDL.c in root dir. Fixed it X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d140f907aae2ef131948638e15e9c900e2490082;p=sdlgit%2FSDL_perl.git build was placing SDL.c in root dir. Fixed it --- diff --git a/Build.PL b/Build.PL index 90ea47b..ad3925a 100644 --- a/Build.PL +++ b/Build.PL @@ -35,7 +35,7 @@ my %subsystems = SDL => { file => { from => 'src/SDL.xs', - to => 'SDL.xs', + to => './SDL.xs', }, libraries => [qw( SDL SDL_image SDL_mixer SDL_net SDL_ttf SDL_gfx png jpeg smpeg )],