Skip to content

Commit dd6246e

Browse files
bigfootjonfacebook-github-bot
authored andcommitted
Add libunwind third-party package (#3708)
Summary: Pull Request resolved: #3708 X-link: facebook/folly#2213 Reviewed By: yfeldblum Differential Revision: D57680723 Pulled By: bigfootjon fbshipit-source-id: ebe210099952d496e0315ede712da9941338edd8
1 parent f13a28e commit dd6246e

File tree

1 file changed

+15
-0
lines changed
  • shim/third-party/libunwind

1 file changed

+15
-0
lines changed

shim/third-party/libunwind/BUCK

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
#
3+
# This source code is licensed under both the MIT license found in the
4+
# LICENSE-MIT file in the root directory of this source tree and the Apache
5+
# License, Version 2.0 found in the LICENSE-APACHE file in the root directory
6+
# of this source tree.
7+
8+
load("@shim//third-party:third_party.bzl", "third_party_library")
9+
10+
oncall("open_source")
11+
12+
third_party_library(
13+
name = "unwind",
14+
pkgconfig_name = "libunwind",
15+
)

0 commit comments

Comments
 (0)