loguru
loguru copied to clipboard
Fix failing compilation on OpenBSD
pthread on OpenBSD is different from that on Linux, preventing compilation. The commit adds preprocessor statements to use an alternative implementation specifically on OpenBSD.
I've improved and expanded on this with: https://github.com/emilk/loguru/pull/245
@lrw04 care to review?
I've improved and expanded on this with: https://github.com/emilk/loguru/pull/245
@lrw04 care to review?
I have long forgotten the specifics of pthread on OpenBSD and others, so I'm afraid I am not the best person to review.