Skip to content

Commit 5f5d16a

Browse files
committed
fixup! feat: wire up platform specific dependency generation to whl_library
1 parent 355c768 commit 5f5d16a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/pip_install/pip_repository.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,8 @@ def _whl_library_impl(rctx):
714714

715715
result = rctx.execute(
716716
args + [
717-
"--whl-file=" + whl_path,
717+
"--whl-file",
718+
whl_path,
718719
# TODO @aignas 2023-12-04: this is not the best way right now
719720
# so if this approach is generally good, this can be refactored, by
720721
# using the names of the config_setting labels.

0 commit comments

Comments
 (0)