diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2022-02-02 11:46:06 +0100 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2022-02-02 11:46:06 +0100 |
commit | 4a30c9cb9418869b34da3f304c7e3cc72a0ffe62 (patch) | |
tree | 1256c1664d379ba8045eb297553089dd81e2cc62 /Makefile | |
parent | 990aee5531f41fdf01887870047eb924f12618b9 (diff) | |
download | yosys-4a30c9cb9418869b34da3f304c7e3cc72a0ffe62.tar.gz yosys-4a30c9cb9418869b34da3f304c7e3cc72a0ffe62.tar.bz2 yosys-4a30c9cb9418869b34da3f304c7e3cc72a0ffe62.zip |
Fix Visual Studio build
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -599,7 +599,6 @@ $(eval $(call add_include_file,kernel/mem.h)) $(eval $(call add_include_file,libs/ezsat/ezsat.h)) $(eval $(call add_include_file,libs/ezsat/ezminisat.h)) $(eval $(call add_include_file,libs/fst/fstapi.h)) -$(eval $(call add_include_file,libs/fst/fst_win_unistd.h)) $(eval $(call add_include_file,libs/sha1/sha1.h)) $(eval $(call add_include_file,libs/json11/json11.hpp)) $(eval $(call add_include_file,passes/fsm/fsmdata.h)) |