projects
/
sdlgit/SDL_perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b13012a
)
build was placing SDL.c in root dir. Fixed it
Kartik Thakore [Sun, 2 Aug 2009 00:08:13 +0000 (20:08 -0400)]
Build.PL
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
90ea47b
..
ad3925a
100644
(file)
--- 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 )],