From 61034f50b336fea900b2fa02b4283d4ee078a3d6 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Tue, 7 May 2019 14:45:12 -0700 Subject: Fixed conflict error with Ragel on Bazel 0.25. --- BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BUILD') diff --git a/BUILD b/BUILD index 629287c..2f03ae3 100644 --- a/BUILD +++ b/BUILD @@ -543,8 +543,8 @@ genrule( name = "generate_json_ragel", srcs = ["upb/json/parser.rl"], outs = ["upb/json/parser.c"], - cmd = "$(location @ragel//:ragel) -C -o upb/json/parser.c $< && mv upb/json/parser.c $@", - tools = ["@ragel"], + cmd = "$(location @ragel//:ragelc) -C -o upb/json/parser.c $< && mv upb/json/parser.c $@", + tools = ["@ragel//:ragelc"], ) genrule( -- cgit v1.2.3