Forgor to link gpiod

This commit is contained in:
Steven Tracey 2024-11-27 13:21:26 -05:00
parent b38d8e6d7d
commit 846b038404

View File

@ -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 -lncurses -Wl,-rpath,./libs
LIB_RPI += -L./libs -lgo_p2fa -lgpiod -Wl,-rpath,./libs
DEBUG_RPI = -D $(USELIB_RPI) -D RPI
USELIB_JETSONI = USE_DEV_LIB