mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
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:
parent
b0d959832d
commit
6384f9b420
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user