Skip to content

Commit d732562

Browse files
author
Bernhard M. Wiedemann
authored
Sort input file list (#3302)
1 parent eb00e2a commit d732562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def get_extensions():
227227
ext_modules = [
228228
extension(
229229
'torchvision._C',
230-
sources,
230+
sorted(sources),
231231
include_dirs=include_dirs,
232232
define_macros=define_macros,
233233
extra_compile_args=extra_compile_args,

0 commit comments

Comments
 (0)