mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-21 17:36:43 +00:00
fix build to avoid libusb installed on host system
This commit is contained in:
parent
a1efbb8e02
commit
a2e51a599c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user