mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Add ftdilib mac os dependency
This commit is contained in:
parent
99a26166ae
commit
7e5b87bbdc
@ -35,6 +35,6 @@ function installAndUpgrade()
|
|||||||
if [[ $CI_NAME == 'osx' || $CI_NAME == 'darwin' ]]; then
|
if [[ $CI_NAME == 'osx' || $CI_NAME == 'darwin' ]]; then
|
||||||
echo "Install dependencies"
|
echo "Install dependencies"
|
||||||
brew update
|
brew update
|
||||||
dependencies=("qt5" "python" "libusb" "cmake" "doxygen")
|
dependencies=("qt5" "python" "libusb" "cmake" "doxygen", "libftdi")
|
||||||
installAndUpgrade "${dependencies[@]}"
|
installAndUpgrade "${dependencies[@]}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user