mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-05 06:09:41 +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:
|
||||
# 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__
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user