fix build to avoid libusb installed on host system

This commit is contained in:
Trammell Hudson 2017-04-05 18:07:50 -04:00
parent a1efbb8e02
commit a2e51a599c
Failed to extract signature

View File

@ -14,7 +14,7 @@ libusb-compat_configure := ./configure \
--host i386-elf-linux \
--prefix "$(INSTALL)" \
PKG_CONFIG=/bin/false \
LIBUSB_1_0_CFLAGS="-I$(INSTALL)/include/libusb" \
LIBUSB_1_0_CFLAGS="-I$(INSTALL)/include/libusb-1.0" \
LIBUSB_1_0_LIBS="-L$(INSTALL)/lib -lusb-1.0" \
# Run one build to generate the executables with the pre-defined