mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-30 18:24:15 +01:00 
			
		
		
		
	cmake: Check for target is Windows
MinGW has issues building tzdb2nx due to the headers being Windows specific. Download for this toolchain as well.
This commit is contained in:
		
							parent
							
								
									d35c989902
								
							
						
					
					
						commit
						d9e2824c4e
					
				
							
								
								
									
										2
									
								
								externals/nx_tzdb/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								externals/nx_tzdb/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							| @ -20,7 +20,7 @@ endif() | ||||
| if ("${GNU_DATE}" STREQUAL "GNU_DATE-NOTFOUND") | ||||
|     set(CAN_BUILD_NX_TZDB false) | ||||
| endif() | ||||
| if ("${CMAKE_HOST_SYSTEM_NAME}" STREQUAL "Windows") | ||||
| if ("${CMAKE_SYSTEM_NAME}" STREQUAL "Windows") | ||||
|     # tzdb_to_nx currently requires a posix-compliant host | ||||
|     set(CAN_BUILD_NX_TZDB false) | ||||
| endif() | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user