Skip to content

Commit c939c13

Browse files
Fix for #1239 (#1264)
1 parent fe64ef0 commit c939c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foreign_cc/built_tools/pkgconfig_build.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def pkgconfig_tool(name, srcs, **kwargs):
166166
"@platforms//os:windows": "cp release/x64/pkg-config.exe $$INSTALLDIR$$/bin",
167167
"//conditions:default": "",
168168
}),
169-
toolchain = "@rules_foreign_cc//toolchains:preinstalled_nmake_toolchain",
169+
toolchain = str(Label("//toolchains:preinstalled_nmake_toolchain")),
170170
tags = tags,
171171
**kwargs
172172
)

0 commit comments

Comments
 (0)