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:
nakeee
2009-04-12 21:30:22 +00:00
parent 0fa8d7683a
commit 5f862cf297
12 changed files with 55 additions and 47 deletions

View File

@ -42,4 +42,4 @@ if sys.platform == 'win32':
env_common = env.Clone()
env_common.Append(CXXFLAGS = [ '-fPIC' ])
env_common.StaticLibrary("common", files)
env_common.StaticLibrary(env['local_libs'] + "common", files)