Oops, how did this happen?
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5647 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
ce82c43bb7
commit
0b00faa378
|
@ -27,3 +27,7 @@ files = [
|
||||||
'AES/aes_core.c',
|
'AES/aes_core.c',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
libs = [
|
||||||
|
'common'
|
||||||
|
]
|
||||||
|
env.StaticLibrary(env['local_libs'] + 'discio', files, LIBS = libs)
|
||||||
|
|
Loading…
Reference in New Issue