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:
Soren Jorvang 2010-06-10 15:33:51 +00:00
parent ce82c43bb7
commit 0b00faa378
1 changed files with 4 additions and 0 deletions

View File

@ -27,3 +27,7 @@ files = [
'AES/aes_core.c',
]
libs = [
'common'
]
env.StaticLibrary(env['local_libs'] + 'discio', files, LIBS = libs)