This commit is contained in:
Akash Levy 2024-09-05 22:21:20 -07:00
parent cc3acb9894
commit c4c4fe603f
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +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/lib*/*.a
endif
ifneq ($(SMALL),1)