mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 06:13:41 +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)
|
ifeq ($(ENABLE_SLANG),1)
|
||||||
OBJS += yosys-slang/build/*.o
|
OBJS += yosys-slang/build/*.o
|
||||||
OBJS += yosys-slang/build/slang_install/lib/*.a
|
OBJS += yosys-slang/build/slang_install/lib*/*.a
|
||||||
OBJS += yosys-slang/build/slang_install/lib64/*.a
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(SMALL),1)
|
ifneq ($(SMALL),1)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit c33b0804ac9d850dbf6a017a80e94a4adead9403
|
Subproject commit 20039852d98dbbe111ba730eecf897cfc05fd5e4
|
Loading…
Add table
Add a link
Reference in a new issue