3
0
Fork 0
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:
Akash Levy 2024-09-18 16:19:38 -07:00
parent c71203d5f9
commit 1801bb966a

View file

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