Allow building the player with the legacy GSdx.

This commit is contained in:
orbea 2017-05-10 16:47:40 -07:00 committed by Gregory Hainaut
parent 9b0b325339
commit 2dcc85d64c
1 changed files with 2 additions and 2 deletions

View File

@ -218,11 +218,11 @@ else()
endif()
################################### Replay Loader
if(BUILD_REPLAY_LOADERS)
if(BUILD_REPLAY_LOADERS AND NOT GSdx)
set(Replay pcsx2_GSReplayLoader)
set(GSdxReplayLoaderFinalSources
${GSdxFinalSources}
linux_replay.cpp
)
add_pcsx2_executable(${Replay} "${GSdxReplayLoaderFinalSources}" "${GSdxFinalLibs}" "${GSdxFinalFlags}")
endif(BUILD_REPLAY_LOADERS)
endif()