12 lines
216 B (Stored with Git LFS)
Text
12 lines
216 B (Stored with Git LFS)
Text
licenses(["notice"]) # BSD 2-clause
|
|
|
|
filegroup(
|
|
name = "LICENSE",
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
sh_binary(
|
|
name = "nasm",
|
|
srcs = ["nasm"],
|
|
visibility = ["@libjpeg_turbo//:__pkg__"],
|
|
)
|