Skip to content

Commit

Permalink
Register pkgconfig by default (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe authored Oct 14, 2023
1 parent bac2c19 commit e3003dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foreign_cc/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def rules_foreign_cc_dependencies(
register_preinstalled_tools = True,
register_built_tools = 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 \
dependencies and let neccesary code generation happen \
(Code generation is needed to support different variants of the C++ Starlark API.).
Expand Down

0 comments on commit e3003dd

Please sign in to comment.