From 1801bb966ae7965ebb5242a036fdb6813058cb4f Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Wed, 18 Sep 2024 16:19:38 -0700 Subject: [PATCH] Smallfix for slang support --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b53636d51..d69f081f8 100644 --- a/Makefile +++ b/Makefile @@ -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)