Some fixes for 9.1.2, still doesn't build
This commit is contained in:
		
							parent
							
								
									3217dfcd30
								
							
						
					
					
						commit
						145d67aa8b
					
				
					 3 changed files with 2 additions and 4 deletions
				
			
		|  | @ -23,6 +23,8 @@ def patch(patch_file, workdir, patch_name=""): | |||
| 
 | ||||
|         raise FileNotFoundError(f"No patches with name \"{patch_file}\" :(") | ||||
| 
 | ||||
|     print(f"Applying {patch_file}") | ||||
| 
 | ||||
|     subprocess.run(f"patch -p1 --no-backup-if-mismatch -i {patch_file}", | ||||
|                    shell=True, check=True, cwd=workdir) | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue