Skip to content

Commit

Permalink
Plumb cc_hdrs provide though cgo_library (#307)
Browse files Browse the repository at this point in the history
* Plumb cc_hdrs provide though cgo_library

* version
  • Loading branch information
peterebden authored Nov 21, 2024
1 parent 25a818d commit 89afe7d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.22.0
--------------
* Plumb cc_hdrs provide though cgo_library (#307)

Version 1.21.5
--------------
* Race config property is inherited so it works on binaries from `go_repo` (#302)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.5
1.22.0
1 change: 1 addition & 0 deletions build_defs/cgo.build_defs
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def cgo_library(
'go': ':' + name,
'go_src': go_rule,
'cgo': c_rule,
'cc_hdrs': c_rule,
},
deps = deps,
exported_deps=[import_config],
Expand Down

0 comments on commit 89afe7d

Please sign in to comment.