diff --git a/Makefile b/Makefile index ad7ae26..932c3ef 100644 --- a/Makefile +++ b/Makefile @@ -140,8 +140,7 @@ endif ifeq ($(shell uname -s),Darwin) CXXFLAGS += -I$(shell brew --prefix)/include - LDFLAGS += -L$(shell brew --prefix)/lib - USBLIB = -lusb-1.0 + LDFLAGS += -L$(shell brew --prefix)/libm endif $(BUILD)/%.o: src/%.cc $(wildcard src/%.h)