copy to clone
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@534 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
cdff58ce40
commit
29fb6187b9
|
@ -24,6 +24,6 @@ files = [
|
||||||
"x64Analyzer.cpp",
|
"x64Analyzer.cpp",
|
||||||
]
|
]
|
||||||
|
|
||||||
env_common = env.Copy()
|
env_common = env.Clone()
|
||||||
env_common.Append(CXXFLAGS = ' ' + ' '.join([ '-fPIC' ]))
|
env_common.Append(CXXFLAGS = ' ' + ' '.join([ '-fPIC' ]))
|
||||||
env_common.StaticLibrary("common", files)
|
env_common.StaticLibrary("common", files)
|
||||||
|
|
Loading…
Reference in New Issue