From b63d6de58f92b4debaf8b4d6058eac0e662e15d2 Mon Sep 17 00:00:00 2001 From: Dimitris Mantzouranis Date: Sat, 7 Sep 2024 00:00:16 +0300 Subject: [PATCH] fix mac builds --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c11c91b..801a706 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ endif ifeq "$(OS)" "macos" CFLAGS+=`pkg-config hidapi --cflags` +LDFLAGS+=`pkg-config --libs hidapi` LIBS=-lhidapi -framework IOKit -framework CoreFoundation -framework AppKit EXE=