dynapi: order headers for reproducible behavior

This commit is contained in:
Anonymous Maarten 2024-12-02 18:25:48 +01:00
parent 2762644e96
commit ec2ef5f9b5

View file

@ -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