unresolved symbol in linux

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2962 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2009-04-13 09:14:24 +00:00
parent 0a8731edc5
commit 1380497eae

View File

@ -27,7 +27,7 @@ files = [
lleenv = env.Clone()
lleenv.Append(
CXXFLAGS = [ '-fPIC' ],
LIBS = [ 'common', 'audiocommon', 'dspcore' ],
LIBS = [ 'dspcore', 'audiocommon', 'common', ],
)
lleenv.SharedLibrary(env['plugin_dir']+name, files)