Skip to content

Commit

Permalink
Add headers to pkginfo data
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Dec 10, 2023
1 parent 801d12d commit c8c0d9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions rules_robotpy_utils/generate_robopy_files.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def generate_robopy_files(
config_file = config_file,
projects = projects,
python_deps = python_deps,
headers = headers,
internal_project_dependencies = internal_project_dependencies,
)

Expand Down
2 changes: 2 additions & 0 deletions rules_robotpy_utils/private/generate_project_files.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ def generate_project_files(
config_file,
python_deps,
projects,
headers,
internal_project_dependencies):
py_binary(
name = name + ".pybind_on_build_dl_exe",
Expand Down Expand Up @@ -59,6 +60,7 @@ def generate_project_files(
name = "pkgcfg",
srcs = pkgcfg_files,
visibility = ["//visibility:public"],
data = headers,
imports = ["."],
)

Expand Down

0 comments on commit c8c0d9f

Please sign in to comment.