summarylogtreecommitdiffstats
path: root/fix-linking.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-linking.patch')
-rw-r--r--fix-linking.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/fix-linking.patch b/fix-linking.patch
deleted file mode 100644
index 06d84f1dbd82..000000000000
--- a/fix-linking.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/pcsx2/CMakeLists.txt
-+++ b/pcsx2/CMakeLists.txt
-@@ -637,7 +637,7 @@ set(pcsx2FinalLibs
- )
-
- if(BUILTIN_GS)
-- set(pcsx2FinalLibs ${pcsx2FinalLibs} GSdx)
-+ set(pcsx2FinalLibs GSdx ${pcsx2FinalLibs})
- if(MSVC)
- set(pcsx2FinalSources ${pcsx2FinalSources} ${CMAKE_SOURCE_DIR}/plugins/GSdx/GSdx.rc)
- endif()