Merge pull request #9375 from jbeich/xbyak-no-install
externals: don't install xbyak as part of yuzu install
This commit is contained in:
		
							
								
								
									
										2
									
								
								externals/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								externals/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							@@ -7,7 +7,7 @@ include(DownloadExternals)
 | 
			
		||||
 | 
			
		||||
# xbyak
 | 
			
		||||
if (ARCHITECTURE_x86 OR ARCHITECTURE_x86_64)
 | 
			
		||||
    add_subdirectory(xbyak)
 | 
			
		||||
    add_subdirectory(xbyak EXCLUDE_FROM_ALL)
 | 
			
		||||
endif()
 | 
			
		||||
 | 
			
		||||
# Dynarmic
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user