Skip to content

Commit

Permalink
Fix the Fbcode suffixed targets
Browse files Browse the repository at this point in the history
Summary:
D66676179 broke the build for `xplat/quic/api:*Fbcode`.

We switched from `raw_headers` to `exported_headers`, so fix the `header_namespace`.

Differential Revision: D67056078

fbshipit-source-id: db826c811186eea1a0b90a8ff330d4c4ba313c51
  • Loading branch information
mzlee authored and facebook-github-bot committed Dec 11, 2024
1 parent 132a6b8 commit 7255535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quic/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def mvfst_cpp_library(
exported_deps = exported_deps,
exported_headers = headers,
headers = private_headers,
header_namespace = _compute_header_namespace(),
visibility = ["PUBLIC"],
**kwargs
)
Expand Down

0 comments on commit 7255535

Please sign in to comment.