mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Fix wrong argument name (#5366)
This commit is contained in:
parent
013ed5b88f
commit
cc9d3b265d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -424,7 +424,7 @@ class build_ext(build_ext_parent):
|
|||
os.remove(cfile)
|
||||
shutil.copyfile(hfile, cfile)
|
||||
|
||||
C.main_sources += cfile_list
|
||||
C.sources += cfile_list
|
||||
if WITH_NINJA:
|
||||
# before we start the normal build make sure all generated code
|
||||
# gets built
|
||||
|
|
|
|||
Loading…
Reference in a new issue