Skip to content

Commit

Permalink
Remove unused pillow_dir
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
  • Loading branch information
hugovk and radarhere committed Mar 8, 2024
1 parent 35b8030 commit 9848935
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions winbuild/build_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 9848935

Please sign in to comment.