llvm, clang: bump to 14.0.6
[kiss-trunc88.git] / quazip / build
bloba80a7ac6e0b342345c596b6b4bcc63c733f660e5
1 #!/bin/sh -e
3 # Because the developer intended for quazip 1.* to coexist with
4 # quazip 0.*, there's no telling what shenanigans are going to happen.
5 # Currently, quazip is only required by krita. So we're fine for now.
6 # But Krita expects 0.9.1, so we'll just stay there for now.
8 export DESTDIR="$1"
10 cmake -B build \
11 -DCMAKE_INSTALL_PREFIX=/usr \
12 -DCMAKE_BUILD_TYPE=Release \
13 -Wno-dev -G Ninja
15 ninja -C build
16 ninja -C build install