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:
		@@ -35,6 +35,6 @@ function installAndUpgrade()
 | 
			
		||||
if [[ $CI_NAME == 'osx' || $CI_NAME == 'darwin' ]]; then
 | 
			
		||||
	echo "Install dependencies"
 | 
			
		||||
	brew update
 | 
			
		||||
	dependencies=("qt5" "python" "libusb" "cmake" "doxygen")
 | 
			
		||||
	dependencies=("qt5" "python" "libusb" "cmake" "doxygen", "libftdi")
 | 
			
		||||
	installAndUpgrade "${dependencies[@]}"
 | 
			
		||||
fi
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user