summaryrefslogtreecommitdiff
path: root/Source/Core/Common
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2009-04-12 21:30:22 +0000
committernakeee <nakeee@gmail.com>2009-04-12 21:30:22 +0000
commit5f862cf297b69c4ed4c59ea556be42b2c3c20856 (patch)
tree2d33c0426bdec7f7878d9925e373cf0e0a69f5f1 /Source/Core/Common
parent0fa8d7683a176948c6dcc640ec1f22bb2f3c5d44 (diff)
more scons build fixups
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2960 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common')
-rw-r--r--Source/Core/Common/Src/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/SConscript b/Source/Core/Common/Src/SConscript
index 001d77e9a9..6b3551d99c 100644
--- a/Source/Core/Common/Src/SConscript
+++ b/Source/Core/Common/Src/SConscript
@@ -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)