blob: abd8f04a5b358706ee1660fe547f427c025cba0d [file] [log] [blame] [edit]
"""Runs a binary as a build action. This rule does not require Bash (unlike native.genrule()).
This fork of bazel-skylib's run_binary adds directory output support and better makevar expansions.
"""
load(
"//lib/private:run_binary.bzl",
_run_binary = "run_binary",
)
run_binary = _run_binary