mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[fbcode] remove xcode_public_headers_symlinks (#125966)
Summary: These attributes do nothing in Buck 2, we can remove them. Test Plan: ``` $ buck2 uquery //... > /dev/null ``` Differential Revision: D57169445 Pull Request resolved: https://github.com/pytorch/pytorch/pull/125966 Approved by: https://github.com/malfet
This commit is contained in:
committed by
PyTorch MergeBot
parent
56b271fd7a
commit
7899034282
1
third_party/BUCK.oss
vendored
1
third_party/BUCK.oss
vendored
@ -384,7 +384,6 @@ cxx_library(
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
xcode_public_headers_symlinks = True,
|
||||
exported_deps = [
|
||||
":gtest_headers",
|
||||
],
|
||||
|
Reference in New Issue
Block a user