mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-04 08:35:55 +00:00
Fix unresolved symbol cpu_info in the DSP plugins on linux.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6827 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
a4dd8c41a8
commit
ad2e6c60bc
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ if(wxWidgets_FOUND)
|
|||
endif(wxWidgets_FOUND)
|
||||
|
||||
add_library(Plugin_DSP_HLE MODULE ${SRCS})
|
||||
target_link_libraries(Plugin_DSP_HLE common audiocommon ${wxWidgets_LIBRARIES})
|
||||
target_link_libraries(Plugin_DSP_HLE audiocommon common ${wxWidgets_LIBRARIES})
|
||||
install(TARGETS Plugin_DSP_HLE
|
||||
LIBRARY DESTINATION ${plugindir}
|
||||
RUNTIME DESTINATION ${plugindir})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue