From 8d8876249d0bead66fa237ed6c54a5532c3e0b81 Mon Sep 17 00:00:00 2001 From: hai007 Date: Thu, 14 Apr 2022 10:30:19 -0700 Subject: [PATCH] BUILD configuration change PiperOrigin-RevId: 441796698 --- connections/clients/windows/BUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/connections/clients/windows/BUILD b/connections/clients/windows/BUILD index dd333ebe..d36f9682 100644 --- a/connections/clients/windows/BUILD +++ b/connections/clients/windows/BUILD @@ -11,12 +11,12 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -load("//third_party/msvc:build_windows.bzl", "cc_windows_dll") +load("//third_party/lexan/build_defs:lexan.bzl", "lexan") licenses(["notice"]) # Build with --config=lexan -cc_windows_dll( +lexan.cc_windows_dll( name = "core_adapter", srcs = [ "core_adapter.cc", @@ -40,7 +40,7 @@ cc_windows_dll( # Build with --config=lexan # TODO(b/203019344) Move this configuration under dart folder and create a BUILD there. -cc_windows_dll( +lexan.cc_windows_dll( name = "core_adapter_dart", srcs = [ "core_adapter.cc",