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
apple switched c++ stdlibs to support c++1z features, and deprecated the old one.
the ways that interacts with cmake are vast and unknowable. apparently they haven't
gotten around to fixing that yet, which affects libui's cmake-based build toolchain.
what this patch does is essentially just force the new stdlib on apple systems.
i don't think this will cause issues with old (ie, pre-Sierra) macos versions, but
perhaps further testing would be helpful.
at any rate, it fixes a problem that was basically blocking anyone on a modern
macos install from using libui-rs, which is nice.
0 commit comments