1

change @com_github_ziglang_zig to @zig_sdk

This commit is contained in:
2021-06-10 09:34:59 +03:00
committed by Motiejus Jakštys
parent 23f26dfa7e
commit 4bd7b30f65
4 changed files with 9 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ go_binary(
embed = [":go_lib"],
static = "on",
target_compatible_with = select({
"@platforms//os:linux": ["@com_github_ziglang_zig//:musl"],
"@platforms//os:linux": ["@zig_sdk//:musl"],
"//conditions:default": [],
}),
visibility = ["//visibility:public"],