summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/SConscript
diff options
context:
space:
mode:
authorMaarten ter Huurne <maarten@treewalker.org>2008-08-26 21:02:23 +0000
committerMaarten ter Huurne <maarten@treewalker.org>2008-08-26 21:02:23 +0000
commit0ebba1bde0adcc1f6a08832d54a3faaadaddae50 (patch)
treed50bf3d5a31601bc1d9ba5afbeace76fee5603ad /Source/Core/Common/Src/SConscript
parent93f45b773c263ff83d7e4a3df3858a81bfccd2bc (diff)
Restructured main SCons file in the same way as the one for the GL plugin.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@328 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src/SConscript')
-rw-r--r--Source/Core/Common/Src/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/SConscript b/Source/Core/Common/Src/SConscript
index 52a4fe3335..29be81fbc9 100644
--- a/Source/Core/Common/Src/SConscript
+++ b/Source/Core/Common/Src/SConscript
@@ -26,5 +26,5 @@ files = ["ABI.cpp",
]
env_common = env.Copy()
-env_common.Append(CXXFLAGS = " -fPIC ")
+env_common.Append(CXXFLAGS = [ '-fPIC' ])
env_common.StaticLibrary("common", files)