proot: cross build support.
This commit is contained in:
parent
931d9eabef
commit
23327b2c9b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ do_fetch() {
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cd src
|
cd src
|
||||||
make ${makejobs}
|
make CC=$CC CFLAGS="$CFLAGS" ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue