Don't add wiiuse to CPPPATH in the main SConstruct file since it's already done in the SConscript file for wiiuse

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6396 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
NeoBrainX 2010-11-13 19:44:19 +00:00
parent e79fcce1d4
commit 79aae239fc
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ if env['flavor'] == 'debug':
env['CPPDEFINES'] += ['_DEBUG']
elif env['flavor'] == 'fastlog':
env['CPPDEFINES'] += ['DEBUGFAST']
env['CPPPATH'] = ['#Source/PluginSpecs', 'Source/Core/wiiuse/Src']
env['CPPPATH'] = ['#Source/PluginSpecs']
env['LIBPATH'] = []
env['LIBS'] = []