mirror of https://github.com/YosysHQ/abc.git
Added a way to disable support for dynamic linking.
This commit is contained in:
parent
c20d29e7e7
commit
8f4457772a
|
|
@ -26,6 +26,9 @@
|
|||
|
||||
ABC_NAMESPACE_IMPL_START
|
||||
|
||||
#if defined(ABC_NO_DYNAMIC_LINKING)
|
||||
#define WIN32
|
||||
#endif
|
||||
|
||||
#ifndef WIN32
|
||||
# include <sys/types.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue