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