We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8afab45 + 0e97798 commit d73869fCopy full SHA for d73869f
docs/howto/multi-platform-pypi-deps.md
@@ -114,7 +114,7 @@ bazel build --@rules_python//python/config_settings:py_linux_libc=musl \
114
--cpu=aarch64 //:binary
115
116
# Build for freethreaded
117
-bazel build --@rules_python//python/config_settings:py_freethreaded=true //:binary
+bazel build --@rules_python//python/config_settings:py_freethreaded=yes //:binary
118
```
119
120
Note that certain combinations of flags may result in an error or undefined
0 commit comments