SCons build fix.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2137 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
c4ff501808
commit
3148d2eb2d
|
@ -56,7 +56,6 @@ files = ["Console.cpp",
|
|||
"HW/VideoInterface.cpp",
|
||||
"HW/WII_IOB.cpp",
|
||||
"HW/WII_IPC.cpp",
|
||||
"HW/SI_Channel.cpp",
|
||||
"IPC_HLE/HW/SDInterface.cpp",
|
||||
"IPC_HLE/WII_IPC_HLE.cpp",
|
||||
"IPC_HLE/WII_IPC_HLE_Device_DI.cpp",
|
||||
|
@ -126,5 +125,4 @@ libs = [
|
|||
]
|
||||
|
||||
env_core = env.Clone();
|
||||
env_core.Append(CXXFLAGS = [ '-fPIC' ])
|
||||
env_core.StaticLibrary('core', files, LIBS=libs)
|
||||
|
|
Loading…
Reference in New Issue