Register pkgconfig by default (#1104)

This commit is contained in:
James Sharpe 2023-10-14 20:27:25 +01:00 committed by GitHub
parent bac2c19d23
commit e3003dd17f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ def rules_foreign_cc_dependencies(
register_preinstalled_tools = True, register_preinstalled_tools = True,
register_built_tools = True, register_built_tools = True,
register_toolchains = True, register_toolchains = True,
register_built_pkgconfig_toolchain = False): register_built_pkgconfig_toolchain = True):
"""Call this function from the WORKSPACE file to initialize rules_foreign_cc \ """Call this function from the WORKSPACE file to initialize rules_foreign_cc \
dependencies and let neccesary code generation happen \ dependencies and let neccesary code generation happen \
(Code generation is needed to support different variants of the C++ Starlark API.). (Code generation is needed to support different variants of the C++ Starlark API.).