Skip to content

Commit

Permalink
fix typoe
Browse files Browse the repository at this point in the history
  • Loading branch information
rickeylev authored Dec 7, 2024
1 parent 70111b5 commit 450fb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/private/pypi/whl_library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def _create_repository_execution_environment(rctx, python_interpreter, logger =
# Gather any available CPPFLAGS values
#
# We may want to build in an environment without a cc toolchain.
# In those cases, we're limited to --donwload-only, but we should respect that here.
# In those cases, we're limited to --download-only, but we should respect that here.
if not rctx.attr.download_only:
cppflags = []
cppflags.extend(_get_xcode_location_cflags(rctx))
Expand Down

0 comments on commit 450fb76

Please sign in to comment.