| Summary: | cmake / pthread check related patch proposal | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Juha Niemimäki <juha.niemimaki> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Fix for PTHREAD_MUTEX_RECURSIVE_NP check and restoring the original flags | ||
Fixed, thanks! https://hg.libsdl.org/SDL/rev/4c165b1a0596 |
Created attachment 2784 [details] Fix for PTHREAD_MUTEX_RECURSIVE_NP check and restoring the original flags Two fixes proposed: 1) Looks like there is a copy-paste issue regarding PTHREAD_MUTEX_RECURSIVE_NP check. 2) Compiler flag restoration doesn't look symmetrical regarding if/endif blocks. Moved to an outer block (if PTHREADS).