mirror of
https://github.com/CTCaer/hidapi.git
synced 2024-11-26 19:50:32 +00:00
Do not ovewrite CFLAGS
Signed-off-by: Alan Ott <alan@signal11.us>
This commit is contained in:
parent
fcec7ca07f
commit
b8ceae83b8
@ -13,7 +13,7 @@ CXX=g++
|
||||
COBJS=hid-libusb.o
|
||||
CPPOBJS=../hidtest/hidtest.o
|
||||
OBJS=$(COBJS) $(CPPOBJS)
|
||||
CFLAGS=-I../hidapi -Wall -g -c `pkg-config libusb-1.0 --cflags`
|
||||
CFLAGS+=-I../hidapi -Wall -g -c `pkg-config libusb-1.0 --cflags`
|
||||
LIBS=-ludev `pkg-config libusb-1.0 --libs`
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user