aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/nasm/BUILD.system
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nasm/BUILD.system')
-rw-r--r--third_party/nasm/BUILD.system12
1 files changed, 12 insertions, 0 deletions
diff --git a/third_party/nasm/BUILD.system b/third_party/nasm/BUILD.system
new file mode 100644
index 0000000000..10ef8d8832
--- /dev/null
+++ b/third_party/nasm/BUILD.system
@@ -0,0 +1,12 @@
+licenses(["notice"]) # BSD 2-clause
+
+filegroup(
+ name = "LICENSE",
+ visibility = ["//visibility:public"],
+)
+
+sh_binary(
+ name = "nasm",
+ srcs = ["nasm"],
+ visibility = ["@jpeg//:__pkg__"],
+)