Skip to content

Commit 5dcc793

Browse files
committed
1 parent 30f539f commit 5dcc793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
libgit2_bin, libgit2_include, libgit2_lib = get_libgit2_paths()
7474

75-
pygit2_exts = [os.path.join('src', name) for name in listdir('src')
75+
pygit2_exts = [os.path.join('src', name) for name in sorted(listdir('src'))
7676
if name.endswith('.c')]
7777

7878

0 commit comments

Comments
 (0)