Remove unused pillow_dir

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Hugo van Kemenade 2024-03-08 15:12:47 -07:00 committed by GitHub
parent 35b803091b
commit 984893576f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -639,7 +639,6 @@ def build_dep_all(disabled: list[str], prefs: dict[str, str], verbose: bool) ->
def main() -> None:
winbuild_dir = os.path.dirname(os.path.realpath(__file__))
pillow_dir = os.path.realpath(os.path.join(winbuild_dir, ".."))
parser = argparse.ArgumentParser(
prog="winbuild\\build_prepare.py",
@ -745,7 +744,6 @@ def main() -> None:
"architecture": args.architecture,
**arch_prefs,
# Pillow paths
"pillow_dir": pillow_dir,
"winbuild_dir": winbuild_dir,
# Build paths
"bin_dir": bin_dir,