No need for libudev on Mac.
This commit is contained in:
parent
47a9347b5e
commit
b97f79ec8f
3
Makefile
3
Makefile
@ -7,7 +7,7 @@ CFLAGS = -g -O -Wall -Werror -DVERSION='"$(VERSION).$(GITCOUNT)"'
|
|||||||
LDFLAGS = -g
|
LDFLAGS = -g
|
||||||
|
|
||||||
OBJS = main.o util.o radio.o dfu-libusb.o uv380.o md380.o rd5r.o gd77.o hid.o serial.o d868uv.o
|
OBJS = main.o util.o radio.o dfu-libusb.o uv380.o md380.o rd5r.o gd77.o hid.o serial.o d868uv.o
|
||||||
LIBS = -lusb-1.0 -ludev
|
LIBS = -lusb-1.0
|
||||||
|
|
||||||
#
|
#
|
||||||
# Linux
|
# Linux
|
||||||
@ -17,6 +17,7 @@ LIBS = -lusb-1.0 -ludev
|
|||||||
#
|
#
|
||||||
ifeq ($(UNAME),Linux)
|
ifeq ($(UNAME),Linux)
|
||||||
OBJS += hid-libusb.o
|
OBJS += hid-libusb.o
|
||||||
|
LIBS += -ludev
|
||||||
LIBUSB = /usr/lib/x86_64-linux-gnu/libusb-1.0.a
|
LIBUSB = /usr/lib/x86_64-linux-gnu/libusb-1.0.a
|
||||||
ifeq ($(wildcard $(LIBUSB)),$(LIBUSB))
|
ifeq ($(wildcard $(LIBUSB)),$(LIBUSB))
|
||||||
# Link libusb statically, when possible
|
# Link libusb statically, when possible
|
||||||
|
Loading…
Reference in New Issue
Block a user