From 6384f9b420b2882bf08665c69d7bc76a65f59fd5 Mon Sep 17 00:00:00 2001 From: hrydgard Date: Wed, 10 Dec 2008 21:21:58 +0000 Subject: [PATCH] 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 --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 480939101b..1d5e7138a1 100644 --- a/SConstruct +++ b/SConstruct @@ -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