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:
psykose 2023-04-20 16:44:59 +00:00
parent 9624f202a8
commit 2c8b0cd1ed

View File

@ -81,12 +81,11 @@ build_meson() {
# References:
# http://mesonbuild.com/Reference-manual.html
# http://mesonbuild.com/Cross-compilation.html
# TODO For cross compilation a cross_file needs to be created.
cat >>APKBUILD<<__EOF__
abuild-meson \\
. output
meson compile \${JOBS:+-j \${JOBS}} -C output
meson compile -C output
__EOF__
}