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:
parent
e79fcce1d4
commit
79aae239fc
|
@ -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'] = []
|
||||
|
||||
|
|
Loading…
Reference in New Issue