mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #6053 from whitequark/fix-libffi-detection
Fix DPI-C support broken in v0.67
This commit is contained in:
commit
6f7123d1d2
|
|
@ -11,6 +11,7 @@
|
|||
#cmakedefine YOSYS_ENABLE_THREADS
|
||||
#cmakedefine YOSYS_ENABLE_DLOPEN
|
||||
#cmakedefine YOSYS_ENABLE_ZLIB
|
||||
#cmakedefine YOSYS_ENABLE_LIBFFI
|
||||
#cmakedefine YOSYS_ENABLE_PLUGINS
|
||||
#cmakedefine YOSYS_ENABLE_READLINE
|
||||
#cmakedefine YOSYS_ENABLE_EDITLINE
|
||||
|
|
|
|||
Loading…
Reference in New Issue