| Summary: | Building SDL2 using CMake with tests enabled fails at link stage on Linux | ||
|---|---|---|---|
| Product: | SDL | Reporter: | janisozaur <janisozaur+libsdl> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.9 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | 0001-CMake-fix-building-tests-on-Linux.patch | ||
Patch added, thanks! https://hg.libsdl.org/SDL/rev/d7a3aac08fc1 |
Created attachment 3321 [details] 0001-CMake-fix-building-tests-on-Linux.patch Building SDL2 using CMake with tests enabled fails at link stage on Linux due to missing libunwind linkage. Attached patch fixes this issue.