Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dirty hack2
  • Loading branch information
dmitry-j-mikhin committed Aug 3, 2024
1 parent 95ab1fe commit 6013868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion foreign_cc/built_tools/pkgconfig_build.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def pkgconfig_tool(name, srcs, **kwargs):
"@platforms//os:windows": "cp release/x64/pkg-config.exe $$INSTALLDIR$$/bin",
"//conditions:default": "",
}),
toolchain = "@rules_foreign_cc~0.11.1-fix//toolchains:preinstalled_nmake_toolchain",
toolchain = "@rules_foreign_cc//toolchains:preinstalled_nmake_toolchain",
tags = tags,
**kwargs
)
Expand Down
1 change: 1 addition & 0 deletions toolchains/toolchains.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def preinstalled_toolchains():
"@rules_foreign_cc//toolchains:preinstalled_automake_toolchain",
"@rules_foreign_cc//toolchains:preinstalled_m4_toolchain",
"@rules_foreign_cc//toolchains:preinstalled_pkgconfig_toolchain",
"@rules_foreign_cc//toolchains:preinstalled_nmake_toolchain",
)

def _current_toolchain_impl(ctx):
Expand Down

0 comments on commit 6013868

Please sign in to comment.