3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00

Fix build on FreeBSD, which has no alloca.h

This commit is contained in:
Maciej Pasternacki 2022-04-24 19:35:50 +02:00
parent 29c0a59589
commit 0302e97ebc

View file

@ -21,6 +21,9 @@
#undef HAVE_LIBPTHREAD
#undef HAVE_FSEEKO
#endif
#ifdef __FreeBSD__
#undef HAVE_ALLOCA_H
#endif
# ifndef __STDC_FORMAT_MACROS
# define __STDC_FORMAT_MACROS 1