kiss-mfavila-large/ports/unofficial/rolling/tcc-git/build

10 lines
121 B
Plaintext
Raw Normal View History

#!/bin/sh -e
./configure \
--prefix=/usr \
--cc="${CC:-cc}" \
--config-musl
make
make DESTDIR="$1" install