diff options
| author | nakeee <nakeee@gmail.com> | 2008-09-16 08:32:12 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2008-09-16 08:32:12 +0000 |
| commit | 29fb6187b90c098c213329a03b39d2dc78dd9901 (patch) | |
| tree | f828ff5cfa7f49d4780037618bbaf357b3d36235 /Source/Core/Common/Src/SConscript | |
| parent | cdff58ce403ce23274e7bd4f2e54dc909b5168e1 (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/SConscript | 2 |
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) |
