loguru icon indicating copy to clipboard operation
loguru copied to clipboard

Fix failing compilation on OpenBSD

Open lrw04 opened this issue 2 years ago • 2 comments

pthread on OpenBSD is different from that on Linux, preventing compilation. The commit adds preprocessor statements to use an alternative implementation specifically on OpenBSD.

lrw04 avatar Jul 15 '22 12:07 lrw04

I've improved and expanded on this with: https://github.com/emilk/loguru/pull/245

@lrw04 care to review?

seanm avatar Oct 11 '23 20:10 seanm

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.

lrw04 avatar Oct 11 '23 23:10 lrw04