summaryrefslogtreecommitdiff
path: root/community/libc++/libc++.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/libc++/libc++.install')
-rw-r--r--community/libc++/libc++.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/libc++/libc++.install b/community/libc++/libc++.install
new file mode 100644
index 000000000..caef683ae
--- /dev/null
+++ b/community/libc++/libc++.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo compile with \`clang++ -std=c++11 -stdlib=libc++ -lc++abi\` to use libc++
+}
+
+post_upgrade() {
+ post_install
+}