You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
patchupdate.py: Generate #ifdef patches in alphabetical order.
This commit is contained in:
@ -479,7 +479,7 @@ def generate_ifdefined(all_patches, skip_checks=False):
|
||||
fp.write("\n")
|
||||
|
||||
depends = resolve_dependencies(enabled_patches, i)
|
||||
for f in patch.modified_files:
|
||||
for f in sorted(patch.modified_files):
|
||||
|
||||
# Reconstruct the state after applying the dependencies
|
||||
original = get_wine_file(f)
|
||||
|
Reference in New Issue
Block a user