proot: cross build support.

This commit is contained in:
Juan RP 2013-05-15 09:09:16 +02:00
parent 931d9eabef
commit 23327b2c9b

View file

@ -18,7 +18,7 @@ do_fetch() {
do_build() {
cd src
make ${makejobs}
make CC=$CC CFLAGS="$CFLAGS" ${makejobs}
}
do_install() {