gegl: Update from 0.3.32 to 0.3.34
[termux-packages] / packages / libc++ / build.sh
1 TERMUX_PKG_HOMEPAGE=https://libcxx.llvm.org/
2 TERMUX_PKG_DESCRIPTION="C++ Standard Library"
3 TERMUX_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.
9 TERMUX_PKG_ESSENTIAL=yes
10
11 termux_step_post_massage () {
12 mkdir lib
13 cp $TERMUX_PREFIX/lib/libc++_shared.so lib/
14 }