pcre2: bump to 10.40
[kiss-trunc88.git] / libebur128 / build
blobafe17b294653c907f6368910934ef887f9f37b5c
1 #!/bin/sh -e
3 export DESTDIR="$1"
5 cmake -S . -B build \
6 -DCMAKE_INSTALL_PREFIX=/usr \
7 -DCMAKE_BUILD_TYPE=None \
8 -DENABLE_TESTS=OFF
10 cmake --build build
11 cmake --install build