summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/SConscript
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2008-09-20 22:06:22 +0000
committernakeee <nakeee@gmail.com>2008-09-20 22:06:22 +0000
commit3e2419776f2be1f0eda8e019f122a7fb5edc6f3e (patch)
tree67d43a452b83bd39e28cf1906f85c8b55dcdee9d /Source/Core/VideoCommon/Src/SConscript
parentd9e4b55f15d709fb6c0184e88879621a508d1183 (diff)
fixed scons=parsing
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@591 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/SConscript')
-rw-r--r--Source/Core/VideoCommon/Src/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/SConscript b/Source/Core/VideoCommon/Src/SConscript
index 6744ac23cb..f9af771339 100644
--- a/Source/Core/VideoCommon/Src/SConscript
+++ b/Source/Core/VideoCommon/Src/SConscript
@@ -13,5 +13,5 @@ files = [
]
env_common = env.Clone()
-env_common.Append(CXXFLAGS = ' ' + ' '.join([ '-fPIC' ]))
+env_common.Append(CXXFLAGS = [ '-fPIC' ])
env_common.StaticLibrary("videocommon", files)