Skip to content

Commit 33a3905

Browse files
authored
Merge pull request xmlsec#91 from bmwiedemann/master
Sort input file list
2 parents d35647b + d2601b8 commit 33a3905

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xmlsec_setupinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def description():
3434

3535

3636
def sources():
37-
return glob.glob(os.path.join(get_base_dir(), "src", "*.c"))
37+
return sorted(glob.glob(os.path.join(get_base_dir(), "src", "*.c")))
3838

3939

4040
def define_macros():

0 commit comments

Comments
 (0)