mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-21 23:03:52 +00:00
newapkbuild: cleanup meson
the jobs are useless because SAMUFLAGS already reads the jobs. we made a cross file in abuild-meson in aports too.
This commit is contained in:
parent
9624f202a8
commit
2c8b0cd1ed
@ -81,12 +81,11 @@ build_meson() {
|
|||||||
# References:
|
# References:
|
||||||
# http://mesonbuild.com/Reference-manual.html
|
# http://mesonbuild.com/Reference-manual.html
|
||||||
# http://mesonbuild.com/Cross-compilation.html
|
# http://mesonbuild.com/Cross-compilation.html
|
||||||
# TODO For cross compilation a cross_file needs to be created.
|
|
||||||
|
|
||||||
cat >>APKBUILD<<__EOF__
|
cat >>APKBUILD<<__EOF__
|
||||||
abuild-meson \\
|
abuild-meson \\
|
||||||
. output
|
. output
|
||||||
meson compile \${JOBS:+-j \${JOBS}} -C output
|
meson compile -C output
|
||||||
__EOF__
|
__EOF__
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user