kse-01/tensorflow/third_party/nasm/BUILD.system
github-classroom[bot] 1122cdd8b0
Initial commit
2023-10-09 11:37:31 +00:00

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__"],
)