Fix error: name 'maybe' is not defined (#96741)

This commit is contained in:
Kirill
2024-07-03 18:00:58 +03:00
committed by GitHub
parent 0865b782f6
commit 86d456ad8f

View File

@@ -39,6 +39,8 @@ load("@llvm-raw//utils/bazel:configure.bzl", "llvm_configure")
llvm_configure(name = "llvm-project")
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
maybe(
http_archive,
name = "llvm_zlib",