set order of patches being applied

This commit is contained in:
ave 2019-07-11 15:20:03 +03:00
parent 145d67aa8b
commit a39afedbde
No known key found for this signature in database
GPG Key ID: 09356ABAA42C842B
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ OUTPUT_FILE = os.path.join(RESULT_FOLDER,
# Add necessary patches to the list of patches that will be applied
# Important to have this after the output file name generation
# otherwise it'll include it, which is not wanted
PATCHES += DEFAULT_PATCHES
PATCHES = DEFAULT_PATCHES + PATCHES
print(f"Branch: {BRANCH}, output name: {OUTPUT_FILE}")