| Summary: | CMake emscripten fix [Patch] | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Martin Gerhardy <martin.gerhardy> |
| Component: | build | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | icculus |
| Version: | HG 2.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | the fix | ||
This patch is now https://hg.libsdl.org/SDL/rev/a443c97eb294, thanks! --ryan. |
Created attachment 2325 [details] the fix one location was missed to reset the CMAKE_REQUIRED_FLAGS to ORIG_CMAKE_REQUIRED_FLAGS. emscripten found every function because unresolved symbols were not reported with this missing.