summaryrefslogtreecommitdiff
path: root/repo/devel/llvm/libunwind.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/devel/llvm/libunwind.xibuild')
-rw-r--r--repo/devel/llvm/libunwind.xibuild14
1 files changed, 0 insertions, 14 deletions
diff --git a/repo/devel/llvm/libunwind.xibuild b/repo/devel/llvm/libunwind.xibuild
deleted file mode 100644
index b4e8b42..0000000
--- a/repo/devel/llvm/libunwind.xibuild
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-DESC="C++ standard library from LLVM"
-
-package () {
- add_from_main "usr/lib/libunwind.so.*" \
- usr/lib/libunwind.so \
- usr/lib/libunwind.a
-
- add_from_main "usr/include/*unwind*"
- add_from_main usr/include/mach-o
- add_from_main usr/share/doc/libunwind
-
-}