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
This commit fixes building against uclibc and musl c libraries.
- musl requires sys/time.h
- musl and uclibc don't define __GLIBC__, and don't include xlocal.h.
Instead of adding more define checks, have cmake check for the header and
set the define "HAVE_XLOCALE_H", then check for that instead.
0 commit comments