summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon
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/AudioCommon
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/AudioCommon')
-rw-r--r--Source/Core/AudioCommon/Src/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/Src/SConscript b/Source/Core/AudioCommon/Src/SConscript
index e1282356e8..4b00e5631e 100644
--- a/Source/Core/AudioCommon/Src/SConscript
+++ b/Source/Core/AudioCommon/Src/SConscript
@@ -18,4 +18,4 @@ if acenv['HAVE_OPENAL']:
if acenv['HAVE_AO']:
files += [ 'AOSoundStream.cpp' ]
-acenv.StaticLibrary('audiocommon', files)
+acenv.StaticLibrary(env['local_libs'] + 'audiocommon', files)