mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-03 02:24:35 +00:00
removing hard coded include path for libusb-1.0
This commit is contained in:
parent
56ec31270a
commit
98d6664185
@ -318,7 +318,7 @@ if test "x$ztex" != xno; then
|
|||||||
AC_MSG_ERROR([Could not find usb library - please install libusb]))
|
AC_MSG_ERROR([Could not find usb library - please install libusb]))
|
||||||
AC_DEFINE([HAVE_LIBUSB], [1], [Defined to 1 if libusb is wanted])
|
AC_DEFINE([HAVE_LIBUSB], [1], [Defined to 1 if libusb is wanted])
|
||||||
USB_LIBS="-lusb-1.0"
|
USB_LIBS="-lusb-1.0"
|
||||||
USB_FLAGS="-I/usr/include/libusb-1.0"
|
USB_FLAGS=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PKG_PROG_PKG_CONFIG()
|
PKG_PROG_PKG_CONFIG()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user