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.
1 parent 58c7190 commit b723006Copy full SHA for b723006
python/private/pypi/config_settings.bzl
@@ -127,7 +127,9 @@ def config_settings(
127
osx_versions (list[str]): The list of OSX OS versions to configure
128
config settings for.
129
platform_constraint_values: {type}`dict[str, list[str]]` the constraint
130
- values to use instead of the default ones.
+ values to use instead of the default ones. Key are platform names
131
+ (a human-friendly platform string). Values are lists of
132
+ `constraint_value` label strings.
133
**kwargs: Other args passed to the underlying implementations, such as
134
{obj}`native`.
135
"""
0 commit comments