mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Use pthreads on MacOS X too
MacOS X is POSIXy enough for this to be a suitable choice
This commit is contained in:
parent
fe84daefc5
commit
90249e1158
@ -45,7 +45,7 @@
|
||||
#pragma warning (pop)
|
||||
#endif
|
||||
|
||||
#if defined CVF_LINUX || defined(CVF_ANDROID)
|
||||
#if defined(CVF_LINUX) || defined(CVF_ANDROID) || defined(CVF_OSX)
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user