mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-29 20:05:52 +00:00
Smallfix for slang support
This commit is contained in:
parent
c71203d5f9
commit
1801bb966a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -694,7 +694,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*/lib*/*.a
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(SMALL),1)
|
ifneq ($(SMALL),1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue