Unverified Commit cab9fba8 authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Fix typo in setup.py (#7792)


Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
parent 408917d1
......@@ -303,8 +303,8 @@ def get_extensions():
use_jpeg = use_jpeg and jpeg_found
if use_jpeg:
print("Building torchvision with JPEG image support")
print(f" libpng include path: {jpeg_include}")
print(f" libpng lib path: {jpeg_lib}")
print(f" libjpeg include path: {jpeg_include}")
print(f" libjpeg lib path: {jpeg_lib}")
image_link_flags.append("jpeg")
if jpeg_conda:
image_library += [jpeg_lib]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment