3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-28 19:35:53 +00:00
This commit is contained in:
Akash Levy 2024-09-05 22:32:12 -07:00
parent 1d2a4116c2
commit b443ff5f05
2 changed files with 2 additions and 3 deletions

View file

@ -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)