Smallfix for slang support

This commit is contained in:
Akash Levy 2024-09-18 16:19:38 -07:00
parent c71203d5f9
commit 1801bb966a
1 changed files with 1 additions and 1 deletions

View File

@ -694,7 +694,7 @@ endif
ifeq ($(ENABLE_SLANG),1)
OBJS += yosys-slang/build/*.o
OBJS += yosys-slang/build/slang_install/lib*/*.a
OBJS += yosys-slang/build/slang*/lib*/*.a
endif
ifneq ($(SMALL),1)