copy to clone

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@534 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2008-09-16 08:32:12 +00:00
parent cdff58ce40
commit 29fb6187b9
1 changed files with 1 additions and 1 deletions

View File

@ -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)