mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 19:35:53 +00:00
Fix
This commit is contained in:
parent
1d2a4116c2
commit
b443ff5f05
2 changed files with 2 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -687,8 +687,7 @@ endif
|
|||
|
||||
ifeq ($(ENABLE_SLANG),1)
|
||||
OBJS += yosys-slang/build/*.o
|
||||
OBJS += yosys-slang/build/slang_install/lib/*.a
|
||||
OBJS += yosys-slang/build/slang_install/lib64/*.a
|
||||
OBJS += yosys-slang/build/slang_install/lib*/*.a
|
||||
endif
|
||||
|
||||
ifneq ($(SMALL),1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue