From 55402591199da677451a6413efeb6026bf35ae28 Mon Sep 17 00:00:00 2001 From: Sean Morgan Date: Sat, 14 Oct 2023 10:02:39 -0700 Subject: [PATCH] Configure from bazel --- BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD b/BUILD index def6e3e7b8..1d47116191 100644 --- a/BUILD +++ b/BUILD @@ -13,4 +13,5 @@ sh_binary( py_binary( name = "configure", srcs = ["configure.py"], + deps =[:install_deps] )