mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Linux+MacOS: a Fix for someone have problems with compiling on a Mac, few fixes for DSP LLE plugin, I don't have files to test though
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@100 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
Import('env')
|
||||
output = "../../../../Binary/linux/Plugins/dsplle.so"
|
||||
files = ["disassemble.cpp",
|
||||
files = ["AOSoundStream.cpp",
|
||||
"disassemble.cpp",
|
||||
"gdsp_aram.cpp",
|
||||
"gdsp_ext_op.cpp",
|
||||
"gdsp_interface.cpp",
|
||||
@ -11,6 +12,7 @@ files = ["disassemble.cpp",
|
||||
"Globals.cpp",
|
||||
"opcodes.cpp",
|
||||
"Tools.cpp",
|
||||
"main.cpp",
|
||||
]
|
||||
#env.Append(LINKFLAGS = "-symbolic")
|
||||
env.Append(LINKFLAGS = " `pkg-config --libs ao`")
|
||||
env.SharedLibrary(output, files, LIBS = ["common"])
|
||||
|
Reference in New Issue
Block a user