Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dirty hack
  • Loading branch information
dmitry-j-mikhin committed Aug 2, 2024
1 parent 95641b5 commit 95ab1fe
Showing 1 changed file with 1 addition 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//toolchains:preinstalled_nmake_toolchain",
toolchain = "@rules_foreign_cc~0.11.1-fix//toolchains:preinstalled_nmake_toolchain",
tags = tags,
**kwargs
)
Expand Down

0 comments on commit 95ab1fe

Please sign in to comment.