hosted: Fixed issues finding and linking HIDAPI on MacOS
This commit is contained in:
parent
7846112a7b
commit
7180a5b9a2
|
@ -40,9 +40,9 @@ LDFLAGS += -lsetupapi
|
||||||
#https://github.com/dmlc/xgboost/issues/1945 indicates macosx as indicator
|
#https://github.com/dmlc/xgboost/issues/1945 indicates macosx as indicator
|
||||||
else ifneq (filter, macosx darwin, $(SYS))
|
else ifneq (filter, macosx darwin, $(SYS))
|
||||||
SRC += serial_unix.c
|
SRC += serial_unix.c
|
||||||
LDFLAGS += -lhidapi
|
LDFLAGS += $(pkg-config --libs hidapi)
|
||||||
LDFLAGS += -framework CoreFoundation
|
LDFLAGS += -framework CoreFoundation
|
||||||
CFLAGS += -Ihidapi/hidapi
|
CFLAGS += -Ihidapi/hidapi $(pkg-config --cflags hidapi)
|
||||||
HIDAPILIB = hidapi
|
HIDAPILIB = hidapi
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue