mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
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
Reference in a new issue