diff --git a/src/platforms/hosted/Makefile.inc b/src/platforms/hosted/Makefile.inc index 03858cd..254b9af 100644 --- a/src/platforms/hosted/Makefile.inc +++ b/src/platforms/hosted/Makefile.inc @@ -45,6 +45,7 @@ else ifneq (, $(findstring cygwin, $(SYS))) else ifneq (filter, macosx darwin, $(SYS)) SRC += serial_unix.c LDFLAGS += -framework CoreFoundation + CFLAGS += -I /opt/homebrew/include -I /opt/homebrew/include/libusb-1.0 endif ifneq ($(HOSTED_BMP_ONLY), 1)