Skip to content
Snippets Groups Projects
Commit d235d5c5 authored by Sertonix's avatar Sertonix Committed by Natanael Copa
Browse files

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.
parent dd66d17b
No related branches found
No related tags found
1 merge request!304newapkbuild: fix meson setup argument order
Pipeline #263864 passed
......@@ -84,7 +84,7 @@ build_meson() {
cat >>APKBUILD<<__EOF__
abuild-meson \\
. output
output .
meson compile -C output
__EOF__
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment