updated build system
This commit is contained in:
		
							
								
								
									
										2
									
								
								support/3rd_party/src/utils/path.cpp
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								support/3rd_party/src/utils/path.cpp
									
									
									
									
										vendored
									
									
								
							| @@ -184,7 +184,7 @@ auto strip_to_file_name(std::string path) -> std::string { | ||||
| } | ||||
|  | ||||
| auto strip_to_file_name(std::wstring path) -> std::wstring { | ||||
|   return utils::string::to_utf8( | ||||
|   return utils::string::from_utf8( | ||||
|       strip_to_file_name(utils::string::to_utf8(path))); | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user