mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 02:09:06 +00: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:
parent
7230dc58da
commit
e5a126e231
4 changed files with 25 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue