aboutsummaryrefslogtreecommitdiff
path: root/community/bubblewrap/build
blob: 343e51b26d8dbe260df3c3c85a20089d1de31497 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh -e

export DESTDIR="$1"
export LDFLAGS="$LDFLAGS -static"

patch -p1 < realpath-workaround.patch

cl-meson \
    -Dprefer_static=true \
    . output

ninja -C output
ninja -C output install