Skip to content

Commit

Permalink
Remove a line that prevents local builds of lxml to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Feb 2, 2023
1 parent a6af6b1 commit cb9978d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/pip_install/pip_repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ def _get_xcode_location_cflags(rctx):
if not rctx.os.name.lower().startswith("mac os"):
return []

# Only update the location when using a hermetic toolchain.
if not is_standalone_interpreter(rctx, rctx.attr.python_interpreter_target):
return []

# Locate xcode-select
xcode_select = rctx.which("xcode-select")

Expand Down

0 comments on commit cb9978d

Please sign in to comment.