| Summary: | Android debug build problem with library name suffix when using cmake | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Olli Kallioinen <olli.kallioinen> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | Android (All) | ||
| Attachments: |
A fix that disables adding a suffix to debug library name on android (cmake)
Don't add a suffix to debug library name on android (cmake) |
||
|
Description
Olli Kallioinen
2017-09-13 12:59:51 UTC
Created attachment 2930 [details]
A fix that disables adding a suffix to debug library name on android (cmake)
Created attachment 3182 [details] Don't add a suffix to debug library name on android (cmake) Added an up-to-date patch that also sets the debug suffix per target so that the SDL cmake file does not mess with global cmake properties (similarly to the patch in https://bugzilla.libsdl.org/show_bug.cgi?id=3918) Added, thanks! https://hg.libsdl.org/SDL/rev/43dbca2813e1 |