gegl: Update from 0.3.32 to 0.3.34
[termux-packages] / packages / libc++ / build.sh
CommitLineData
d946e67c
FF
1TERMUX_PKG_HOMEPAGE=https://libcxx.llvm.org/
2TERMUX_PKG_DESCRIPTION="C++ Standard Library"
3TERMUX_PKG_VERSION=$TERMUX_NDK_VERSION
4# Since every C++ package links against this by default (due
5# to the libstdc++.so -> libc++_shared.so setup in
6# build-package.sh) this package is considered essential,
7# and other packages does not need to declare explicit
8# dependency on it.
9TERMUX_PKG_ESSENTIAL=yes
10
11termux_step_post_massage () {
12 mkdir lib
13 cp $TERMUX_PREFIX/lib/libc++_shared.so lib/
14}