mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-19 05:34:33 +00:00
newapkbuild: fix meson setup argument order
according to the meson documentation the arguments are 'meson setup <builddir> <srcdir>'. meson is very relaxed and allows the wrong order but this behavior should not be endorsed by a template.
This commit is contained in:
parent
dd66d17b49
commit
d235d5c5a4
@ -84,7 +84,7 @@ build_meson() {
|
||||
|
||||
cat >>APKBUILD<<__EOF__
|
||||
abuild-meson \\
|
||||
. output
|
||||
output .
|
||||
meson compile -C output
|
||||
__EOF__
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user