mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue