From c4c4fe603f3b301ae6adeb116469f60b7e49235c Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Thu, 5 Sep 2024 22:21:20 -0700 Subject: [PATCH] Smallfix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 712ebe448..ea289ea13 100644 --- a/Makefile +++ b/Makefile @@ -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)