Skip to content

Commit

Permalink
[fbcode] remove xcode_public_headers_symlinks
Browse files Browse the repository at this point in the history
Summary: These attributes do nothing in Buck 2, we can remove them.

Test Plan:
```
$ buck2 uquery //... > /dev/null
```

Differential Revision: D57169445
  • Loading branch information
rmaz authored and facebook-github-bot committed May 10, 2024
1 parent ee804d2 commit 1254a9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion c2_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ def get_c2_default_cxx_args():
],
visibility = ["PUBLIC"],
windows_preferred_linkage = "static" if is_arvr_mode() else None,
xcode_public_headers_symlinks = True,
)

def get_c2_aten_cpu_fbobjc_macosx_deps():
Expand Down
1 change: 0 additions & 1 deletion third_party/BUCK.oss
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ cxx_library(
visibility = [
"PUBLIC",
],
xcode_public_headers_symlinks = True,
exported_deps = [
":gtest_headers",
],
Expand Down

0 comments on commit 1254a9a

Please sign in to comment.