mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-05 17:36:25 +00:00
dynapi: order headers for reproducible behavior
This commit is contained in:
@@ -444,6 +444,9 @@ def get_header_list() -> list[Path]:
|
|||||||
else:
|
else:
|
||||||
logger.debug("Skip %s", f)
|
logger.debug("Skip %s", f)
|
||||||
|
|
||||||
|
# Order headers for reproducible behavior
|
||||||
|
ret.sort()
|
||||||
|
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
# Write the new API in files: _procs.h _overrivides.h and .sym
|
# Write the new API in files: _procs.h _overrivides.h and .sym
|
||||||
|
Reference in New Issue
Block a user