diff options
| author | Maarten ter Huurne <maarten@treewalker.org> | 2008-08-26 21:02:23 +0000 |
|---|---|---|
| committer | Maarten ter Huurne <maarten@treewalker.org> | 2008-08-26 21:02:23 +0000 |
| commit | 0ebba1bde0adcc1f6a08832d54a3faaadaddae50 (patch) | |
| tree | d50bf3d5a31601bc1d9ba5afbeace76fee5603ad /Source/Core/Common/Src/SConscript | |
| parent | 93f45b773c263ff83d7e4a3df3858a81bfccd2bc (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/SConscript | 2 |
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) |
