mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Fix macos build (#5703)
* Update deps.sh GitHub's virtual environment provides 7zip and llvm by default, so brew may fail to install them as another version is already installed * Use || true to ignore brew installation errors
This commit is contained in:
		
							parent
							
								
									6b2e7b77cc
								
							
						
					
					
						commit
						2e3834f880
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -3,5 +3,5 @@ | |||
| brew update | ||||
| brew unlink python@2 || true | ||||
| rm '/usr/local/bin/2to3' || true | ||||
| brew install qt5 sdl2 p7zip ccache ffmpeg llvm ninja | ||||
| brew install qt5 sdl2 p7zip ccache ffmpeg llvm ninja || true | ||||
| pip3 install macpack | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue