summarylogtreecommitdiffstats
path: root/fix-linking.patch
blob: 06d84f1dbd825315b0b213b80de97c66fdd8153f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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()