summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/SConscript
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2008-09-16 08:32:12 +0000
committernakeee <nakeee@gmail.com>2008-09-16 08:32:12 +0000
commit29fb6187b90c098c213329a03b39d2dc78dd9901 (patch)
treef828ff5cfa7f49d4780037618bbaf357b3d36235 /Source/Core/Common/Src/SConscript
parentcdff58ce403ce23274e7bd4f2e54dc909b5168e1 (diff)
copy to clone
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@534 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 7feb1cdfc3..a9e17b16ac 100644
--- a/Source/Core/Common/Src/SConscript
+++ b/Source/Core/Common/Src/SConscript
@@ -24,6 +24,6 @@ files = [
"x64Analyzer.cpp",
]
-env_common = env.Copy()
+env_common = env.Clone()
env_common.Append(CXXFLAGS = ' ' + ' '.join([ '-fPIC' ]))
env_common.StaticLibrary("common", files)