Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
Cp libftdi.a instead of ln
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus89 committed May 21, 2019
1 parent a8d0006 commit 634a1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ if [ $ARCH == "darwin" ]; then
brew upgrade python
brew unlink $DEPS && brew link --force $DEPS
else
ln -s $WORK_DIR/build-data/lib/$ARCH/libftdi1.a $WORK_DIR/build-data/lib/$ARCH/libftdi.a
cp $WORK_DIR/build-data/lib/$ARCH/libftdi1.a $WORK_DIR/build-data/lib/$ARCH/libftdi.a
fi

0 comments on commit 634a1c9

Please sign in to comment.