1

Rename bazel-zig-cc to hermetic_cc_toolchain (#36)

As it says on the tin.

Long live hermetic_cc_toolchain!
This commit is contained in:
Motiejus Jakštys
2023-04-21 17:00:03 +03:00
committed by GitHub
parent 73a9ceccfb
commit e0e7a4ca46
31 changed files with 85 additions and 85 deletions

View File

@@ -1,5 +1,5 @@
workspace(
name = "bazel-zig-cc",
name = "hermetic_cc_toolchain",
)
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")