mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-07 19:17:35 +02:00
Making changes suggested by Mark Jarvin.
This commit is contained in:
@@ -25,12 +25,9 @@
|
||||
#include "misc/util/abc_global.h"
|
||||
#include "misc/extra/extra.h"
|
||||
|
||||
// comment out this line to disable pthreads
|
||||
#define ABC_USE_PTHREADS
|
||||
|
||||
#ifdef ABC_USE_PTHREADS
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
#include "../lib/pthread.h"
|
||||
#else
|
||||
#include <pthread.h>
|
||||
|
||||
Reference in New Issue
Block a user