You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `-ObjC` link flag when building on OSX. As noted in
SFML/SFML#2920, this is required when
statically linking against SFML since it contains Objective-C source
files. Without this flag, compiling and linking succeeds but binaries
will crash at runtime.
0 commit comments