We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 3197

Summary: CMake emscripten fix [Patch]
Product: SDL Reporter: Martin Gerhardy <martin.gerhardy>
Component: buildAssignee: 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

Description Martin Gerhardy 2015-12-03 19:05:26 UTC
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.
Comment 1 Ryan C. Gordon 2015-12-29 05:49:19 UTC
This patch is now https://hg.libsdl.org/SDL/rev/a443c97eb294, thanks!

--ryan.