allwinner_a64/android/external/kmod/bootstrap-configure
2018-08-08 16:14:42 +08:00

4 lines
85 B
Bash
Executable file

#!/bin/sh
. ./bootstrap && \
exec ./configure CFLAGS="-g -O2" $args $hackargs "$@"