mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 18:54:14 +01:00 
			
		
		
		
	Handle missing git info when building
This commit is contained in:
		
							parent
							
								
									0270906dbf
								
							
						
					
					
						commit
						44c80e5d8b
					
				| @ -33,6 +33,10 @@ else() | ||||
| endif() | ||||
| 
 | ||||
| if(NOT HEAD_HASH) | ||||
| 	file(READ "@GIT_DATA@/head-ref" HEAD_HASH LIMIT 1024) | ||||
| 	string(STRIP "${HEAD_HASH}" HEAD_HASH) | ||||
| 	if(EXISTS "@GIT_DATA@/head-ref") | ||||
| 		file(READ "@GIT_DATA@/head-ref" HEAD_HASH LIMIT 1024) | ||||
| 		string(STRIP "${HEAD_HASH}" HEAD_HASH) | ||||
| 	else() | ||||
| 		set(HEAD_HASH "Unknown") | ||||
| 	endif() | ||||
| endif() | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user