mirror of
				https://github.com/yuzu-emu/mbedtls.git
				synced 2025-11-04 13:54:48 +00:00 
			
		
		
		
	Don't put abi dumps in subfolders
This commit is contained in:
		
							parent
							
								
									6602538544
								
							
						
					
					
						commit
						5783847c63
					
				| 
						 | 
				
			
			@ -211,8 +211,8 @@ class AbiChecker(object):
 | 
			
		|||
        must have been built."""
 | 
			
		||||
        for mbed_module, module_path in version.modules.items():
 | 
			
		||||
            output_path = os.path.join(
 | 
			
		||||
                self.report_dir, version.version, "{}-{}.dump".format(
 | 
			
		||||
                    mbed_module, version.revision
 | 
			
		||||
                self.report_dir, "{}-{}-{}.dump".format(
 | 
			
		||||
                    mbed_module, version.revision, version.version
 | 
			
		||||
                )
 | 
			
		||||
            )
 | 
			
		||||
            abi_dump_command = [
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue