We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c3238 commit 3ad2d81Copy full SHA for 3ad2d81
compile_cross.sh
@@ -102,7 +102,7 @@ export LIBUSB0_LIBS="-L$LIBUSB0_DIR/libusb/.libs/ -lusb -lpthread"
102
export LIBUSB1_CFLAGS="-I$LIBUSB_DIR/libusb/"
103
export LIBUSB1_LIBS="-L$LIBUSB_DIR/libusb/.libs/ -lusb-1.0 -lpthread"
104
export LIBFTDI_CFLAGS="-I$LIBFTDI1_DIR/src/"
105
-export LIBFTDI_LIBS="-L$LIBFTDI1_DIR/src/ -lftdi1 -lpthread"
+export LIBFTDI_LIBS="-L$LIBFTDI1_DIR/build/src/ -lftdi1 -lpthread"
106
export HIDAPI_CFLAGS="-I$HIDAPI_DIR/hidapi/"
107
108
if [[ ${ARCH} == *linux* ]]; then
0 commit comments