1

point to correct paths; upgrade zig to 0.8

This commit is contained in:
2021-06-07 22:10:33 +03:00
committed by Motiejus Jakštys
parent dae4d81f96
commit e590d4f567
2 changed files with 41 additions and 5 deletions

View File

@@ -1,6 +1,10 @@
cc_binary(
name = "hello",
srcs = ["hello.cpp"],
target_compatible_with = select({
"@platforms//os:linux": ["@com_github_ziglang_zig//:musl"],
"//conditions:default": [],
}),
)
cc_binary(