Skip to content

Commit

Permalink
fix mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter93 committed Sep 6, 2024
1 parent 548174b commit b63d6de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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=

Expand Down

0 comments on commit b63d6de

Please sign in to comment.