Really? Maybe this will fix Wiimote in OSX, dunno, can't test it right now

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4902 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Sonicadvance1 2010-01-20 10:43:44 +00:00
parent dab40bc6fb
commit efb4e9b1f5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
import sys
Import('env')
if not (env['HAVE_BLUEZ'] or sys.platform == 'darwin'):
if not (env['HAVE_BLUEZ'] and sys.platform != 'darwin'):
env['HAVE_WIIUSE'] = 0
Return()