sdl2: build without libunwind
authorDaniel Golle <daniel@makrotopia.org>
Fri, 6 Dec 2024 15:42:37 +0000 (15:42 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Sat, 7 Dec 2024 00:51:36 +0000 (00:51 +0000)
commitb4ae11371c678673018b4bb065b6a3fab200cbf1
tree8c1be4df9217afd9bfd844d43aaa822392384f50
parent75c1338131ca67b10fceab4f93b9108a4c402b8a
sdl2: build without libunwind

SDL2 links tests against libunwind if libunwind is detected by CMake.
This results in build failure due to undefined symbols.
Prevent building with libunwind for now.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
libs/sdl2/patches/110-tests-no-libunwind.patch [new file with mode: 0644]