This commit is contained in:
Dmitry Mikhin 2024-09-04 19:03:31 +03:00 committed by GitHub
parent fe64ef02c0
commit c939c13416
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,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 = str(Label("//toolchains:preinstalled_nmake_toolchain")),
tags = tags,
**kwargs
)