Skip to content

Commit d73869f

Browse files
committed
Merge branch 'docs.multi.pip.example' of https://github.com/rickeylev/rules_python into docs.multi.pip.example
2 parents 8afab45 + 0e97798 commit d73869f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howto/multi-platform-pypi-deps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ bazel build --@rules_python//python/config_settings:py_linux_libc=musl \
114114
--cpu=aarch64 //:binary
115115

116116
# Build for freethreaded
117-
bazel build --@rules_python//python/config_settings:py_freethreaded=true //:binary
117+
bazel build --@rules_python//python/config_settings:py_freethreaded=yes //:binary
118118
```
119119

120120
Note that certain combinations of flags may result in an error or undefined

0 commit comments

Comments
 (0)