summaryrefslogtreecommitdiff
path: root/src/pip/_internal/commands/wheel.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pip/_internal/commands/wheel.py')
-rw-r--r--src/pip/_internal/commands/wheel.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pip/_internal/commands/wheel.py b/src/pip/_internal/commands/wheel.py
index 2cb430f44..0a9aa5f52 100644
--- a/src/pip/_internal/commands/wheel.py
+++ b/src/pip/_internal/commands/wheel.py
@@ -146,9 +146,6 @@ class WheelCommand(RequirementCommand):
# type: (Values, List[Any]) -> None
cmdoptions.check_install_build_global(options)
- if options.build_dir:
- options.build_dir = os.path.abspath(options.build_dir)
-
session = self.get_default_session(options)
finder = self._build_package_finder(options, session)