mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-10 19:45:49 +00:00
more scons build fixups
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2960 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
0fa8d7683a
commit
5f862cf297
12 changed files with 55 additions and 47 deletions
|
@ -24,4 +24,4 @@ files = [
|
|||
libs = [
|
||||
'common'
|
||||
]
|
||||
env.StaticLibrary('discio', files, LIBS = libs)
|
||||
env.StaticLibrary(env['local_libs'] + 'discio', files, LIBS = libs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue