From 2778210851e8442c9b65536ec03f7d013b2ce9f7 Mon Sep 17 00:00:00 2001 From: bcsgh <33939446+bcsgh@users.noreply.github.com> Date: Wed, 20 Dec 2023 03:20:56 -0800 Subject: [PATCH] Fix `//openssl/...` by calling `openssl_setup()` (#1137) --- examples/third_party/WORKSPACE.bazel | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/third_party/WORKSPACE.bazel b/examples/third_party/WORKSPACE.bazel index cbc7b022..ebd75f5a 100644 --- a/examples/third_party/WORKSPACE.bazel +++ b/examples/third_party/WORKSPACE.bazel @@ -17,3 +17,7 @@ local_repository( load("//:repositories.bzl", "repositories") repositories() + +load("//:setup.bzl", "setup") + +setup()