Skip to content

Commit 3ad2d81

Browse files
committed
Move libftdi folder
1 parent d0c3238 commit 3ad2d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile_cross.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export LIBUSB0_LIBS="-L$LIBUSB0_DIR/libusb/.libs/ -lusb -lpthread"
102102
export LIBUSB1_CFLAGS="-I$LIBUSB_DIR/libusb/"
103103
export LIBUSB1_LIBS="-L$LIBUSB_DIR/libusb/.libs/ -lusb-1.0 -lpthread"
104104
export LIBFTDI_CFLAGS="-I$LIBFTDI1_DIR/src/"
105-
export LIBFTDI_LIBS="-L$LIBFTDI1_DIR/src/ -lftdi1 -lpthread"
105+
export LIBFTDI_LIBS="-L$LIBFTDI1_DIR/build/src/ -lftdi1 -lpthread"
106106
export HIDAPI_CFLAGS="-I$HIDAPI_DIR/hidapi/"
107107

108108
if [[ ${ARCH} == *linux* ]]; then

0 commit comments

Comments
 (0)