updated build system
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				BlockStorage/repertory/pipeline/head There was a failure building this commit
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	BlockStorage/repertory/pipeline/head There was a failure building this commit
				
			This commit is contained in:
		
							
								
								
									
										2
									
								
								support/3rd_party/src/utils/path.cpp
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								support/3rd_party/src/utils/path.cpp
									
									
									
									
										vendored
									
									
								
							| @@ -72,7 +72,7 @@ auto absolute(std::string_view path) -> std::string { | ||||
|   if (not abs_path.empty() && ::PathIsRelative(abs_path.c_str())) { | ||||
|     std::string temp; | ||||
|     temp.resize(MAX_PATH + 1); | ||||
|     abs_path = _fullpath(temp.c_str(), abs_path.data(), MAX_PATH); | ||||
|     abs_path = _fullpath(temp.data(), abs_path.data(), MAX_PATH); | ||||
|   } | ||||
| #else  // !defined(_WIN32) | ||||
|   abs_path = resolve(finalize(abs_path)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user