mirror of https://github.com/libsdl-org/SDL.git
dynapi: order headers for reproducible behavior
This commit is contained in:
parent
2762644e96
commit
ec2ef5f9b5
|
|
@ -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…
Reference in New Issue