We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c57ed4 commit 58f4fe1Copy full SHA for 58f4fe1
bazel/lua5_1.BUILD
@@ -1,6 +1,8 @@
1
# Description:
2
# Build rule for Lua 5.1.
3
4
+load("@rules_cc//cc:defs.bzl", "cc_library")
5
+
6
cc_library(
7
name = "lua5_1",
8
srcs = glob(
0 commit comments