From 4109e2ada07607402064866f8391d8c4d5df1dd0 Mon Sep 17 00:00:00 2001 From: Steven Tracey Date: Thu, 21 Nov 2024 15:21:16 -0500 Subject: [PATCH] linking smh --- c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/Makefile b/c/Makefile index 8971525..68d7860 100644 --- a/c/Makefile +++ b/c/Makefile @@ -27,7 +27,7 @@ else ifeq ($(USELIB_RPI), USE_LGPIO_LIB) else ifeq ($(USELIB_RPI), USE_DEV_LIB) LIB_RPI += -lgpiod -lm endif -LIB_RPI += -L./libs -lgo_p2fa -Wl,-rpath,./libs +LIB_RPI += -L./libs -lgo_p2fa -lncurses -Wl,-rpath,./libs DEBUG_RPI = -D $(USELIB_RPI) -D RPI USELIB_JETSONI = USE_DEV_LIB