mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
[bazel] Build and publish ntcoreffi too (#8147)
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
load("@rules_python//python:defs.bzl", "py_binary")
|
||||
|
||||
exports_files(["defs.bzl"])
|
||||
|
||||
py_binary(
|
||||
name = "gen_versionscript",
|
||||
srcs = ["gen_versionscript.py"],
|
||||
main = "gen_versionscript.py",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
py_binary(
|
||||
name = "gen_resources",
|
||||
srcs = ["gen_resources.py"],
|
||||
|
||||
Reference in New Issue
Block a user