mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 17:37:39 +00:00
dynapi: order headers for reproducible behavior
This commit is contained in:
parent
2762644e96
commit
ec2ef5f9b5
1 changed files with 3 additions and 0 deletions
|
@ -444,6 +444,9 @@ def get_header_list() -> list[Path]:
|
|||
else:
|
||||
logger.debug("Skip %s", f)
|
||||
|
||||
# Order headers for reproducible behavior
|
||||
ret.sort()
|
||||
|
||||
return ret
|
||||
|
||||
# Write the new API in files: _procs.h _overrivides.h and .sym
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue