Allow building the player with the legacy GSdx.

This commit is contained in:
orbea
2017-05-11 09:50:01 +02:00
committed by Gregory Hainaut
parent 9b0b325339
commit 2dcc85d64c
+2 -2
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()