summarylogtreecommitdiffstats
path: root/force-lib32-sdl2.patch
blob: ccca8a770f6588f3543a40b9df47e8ad4d91f443 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 01da0b3..0ce4228 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -135,7 +135,7 @@ if(FFMPEG)
 endif(FFMPEG)
 
 # SDL2 Dependency
-find_package(SDL2 CONFIG)
+include(/usr/lib32/cmake/SDL2/SDL2Config.cmake)
 if (TARGET SDL2::SDL2)
 	message(STATUS "using TARGET SDL2::SDL2")
 	target_link_libraries(FAudio PUBLIC SDL2::SDL2)