Oops, removed one <sys/stat.h> too many.

No need to autoconf for libusbhid - all USB-capable BSD's have it.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5996 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang
2010-07-29 17:52:43 +00:00
parent 24fdf942a4
commit f081710800
3 changed files with 41 additions and 35 deletions

View File

@ -11,6 +11,7 @@ files = [
]
if sys.platform.count('bsd'):
env['LIBS'] += ['usbhid']
files += [
'src/joystick/bsd/SDL_sysjoystick.c',
'src/stdlib/SDL_malloc.c',