aboutsummaryrefslogtreecommitdiff
path: root/core/otools/build
blob: 45da9bf93a1066794345dfb46751faf9c445d1a5 (plain)
1
2
3
4
5
#!/bin/sh -e

FTS=0; cpt l musl-fts && FTS=1
make LDFLAGS=-static FTS="$FTS"
make PREFIX=/usr DESTDIR="$1" install