mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
lzo compiles on linux (almost working)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@496 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -86,4 +86,8 @@ files = ["Console.cpp",
|
||||
"HLE/HLE_Misc.cpp",
|
||||
"HLE/HLE_OS.cpp",
|
||||
]
|
||||
env.StaticLibrary("core", files, LIBS="bdisasm")
|
||||
libs = [
|
||||
'lzo', 'bdisasm'
|
||||
]
|
||||
|
||||
env.StaticLibrary("core", files, LIBS=libs)
|
||||
|
@ -17,7 +17,7 @@ files = [
|
||||
'cmdline.c',
|
||||
]
|
||||
libs = [
|
||||
'debwx', 'core', 'discio', 'bdisasm', 'videocommon', 'common', 'z'
|
||||
'debwx', 'core', 'lzo', 'discio', 'bdisasm', 'videocommon', 'common', 'z'
|
||||
]
|
||||
|
||||
wxenv = env.Copy()
|
||||
|
Reference in New Issue
Block a user