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:
parent
0a8731edc5
commit
1380497eae
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue