Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz authored and mattip committed Oct 5, 2021
1 parent 5229695 commit 4143379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ def pip_run(build_ext):
copied_files = 0
for filename in setup_spec.files_to_include:
copied_files += copy_file(build_ext.build_lib, filename, ROOT_DIR)
if sys.platform == 'win32':
if sys.platform == "win32":
# _raylet.pyd links to some MSVC runtime DLLS, this one may not be
# present on a user's machine. While vcruntime140.dll and
# vcruntime140_1.dll are also required, they are provided by CPython.
Expand Down

0 comments on commit 4143379

Please sign in to comment.