This commit is contained in:
Andrew Murray 2020-06-09 21:39:21 +10:00
parent fd4bfc7647
commit 7dd6faa927

View File

@ -395,7 +395,7 @@ class pil_build_ext(build_ext):
if root is None and os.path.isdir(winbuild_root):
root = (
os.path.join(winbuild_root, "lib"),
os.path.join(winbuild_root, "inc")
os.path.join(winbuild_root, "inc"),
)
if isinstance(root, tuple):