Skip to content

Commit

Permalink
Arm: Fix copy error. file libhidapi-libusb.so not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Oct 14, 2023
1 parent f843477 commit 49bd32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_linux_arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
install $SOURCE_DIR/bin/openFPGALoader $PACKAGE_DIR/bin
install $SOURCE_DIR/libexec/openFPGALoader $PACKAGE_DIR/libexec

install $SOURCE_DIR/lib/libhidapi-libusb.so* $PACKAGE_DIR/lib
install $SOURCE_DIR/lib/libhidapi* $PACKAGE_DIR/lib

# ------------------------
# -- DFU
Expand Down

0 comments on commit 49bd32f

Please sign in to comment.