mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-17 13:23:14 +01:00
missing || __APPLE__ in monitor.c
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include <assert.h>
|
||||
|
||||
#if _WIN32
|
||||
#elif linux
|
||||
#elif linux || __APPLE__
|
||||
#define USE_PTHREADS 1
|
||||
#else
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user