summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeoBrainX <NeoBrainX@googlemail.com>2010-11-13 19:44:19 +0000
committerNeoBrainX <NeoBrainX@googlemail.com>2010-11-13 19:44:19 +0000
commit79aae239fcd072580533dbefe912d8d4208f0c30 (patch)
tree5be75e160b2f6a8ea578840f400c2e080af7ee93
parente79fcce1d48e0101697b75e03b975b6cb4557e0d (diff)
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
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 063ed7648f..18913e571d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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'] = []