aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/systemlibs/cython.BUILD
blob: 1d525876765a2ca9db152e226fb7c136aea33ae7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
licenses(["notice"])  # Apache-2.0

genrule(
    name = "lncython",
    outs = ["cython"],
    cmd = "ln -s $$(which cython) $@",
)

sh_binary(
    name = "cython_binary",
    srcs = ["cython"],
    visibility = ["//visibility:public"],
)