We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13a28e commit dd6246eCopy full SHA for dd6246e
shim/third-party/libunwind/BUCK
@@ -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