Remove unnecessary "something" from the SConstruct. Fixes build on Ubunto 8.10 for me.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1487 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard 2008-12-10 21:21:58 +00:00
parent b0d959832d
commit 6384f9b420

View File

@ -187,7 +187,7 @@ env['HAVE_BLUEZ'] = conf.CheckPKG('bluez')
env['HAVE_AO'] = conf.CheckPKG('ao')
# handling wx flags CCFLAGS should be created before
env['HAVE_WX'] = conf.CheckWXConfig('2.8', ['gl', 'adv', 'core', 'base'],
env['HAVE_WX'] = conf.CheckWXConfig('2.8', ['adv', 'core', 'base'],
0) #env['flavor'] == 'debug')
#osx 64 specifics