From 0ebba1bde0adcc1f6a08832d54a3faaadaddae50 Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Tue, 26 Aug 2008 21:02:23 +0000 Subject: 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 --- Source/Core/Common/Src/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/Common/Src/SConscript') 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) -- cgit v1.2.3