diff --git a/plugins/GSdx/CMakeLists.txt b/plugins/GSdx/CMakeLists.txt index 886682eb84..cf6d2a68d1 100644 --- a/plugins/GSdx/CMakeLists.txt +++ b/plugins/GSdx/CMakeLists.txt @@ -228,8 +228,7 @@ endif() if(BUILD_REPLAY_LOADERS) set(Replay pcsx2_GSReplayLoader) set(GSdxReplayLoaderFinalSources - ${GSdxFinalSources} linux_replay.cpp ) - add_pcsx2_executable(${Replay} "${GSdxReplayLoaderFinalSources}" "${GSdxFinalLibs}" "${GSdxFinalFlags}") + add_pcsx2_executable(${Replay} "${GSdxReplayLoaderFinalSources}" "${LIBC_LIBRARIES}" "${GSdxFinalFlags}") endif(BUILD_REPLAY_LOADERS)