mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
patchupdate.py: Generate #ifdef patches in alphabetical order.
(cherry picked from commit 0a5887e483
)
This commit is contained in:
parent
33c9d17dee
commit
740b727a94
File diff suppressed because it is too large
Load Diff
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user