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 4125

Summary: CMake: Invalid symlink when building shared library with debug profile with 'd' suffix
Product: SDL Reporter: Vitaly Novichkov <admin>
Component: buildAssignee: Sam Lantinga <slouken>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.1   
Hardware: x86_64   
OS: Linux   

Description Vitaly Novichkov 2018-04-03 18:41:51 UTC
When I building SDL2 in debug profile (CMAKE_BUILD_TYPE=Debug) and when I having 'd' suffix (results libSDL2-2.0d.so.0.8.0 file), the 'libSDL2.so' symbolic link still refer 'libSDL2-2.0.so' while actual target is 'libSDL2-2.0d.so'.