diff --git a/newapkbuild.in b/newapkbuild.in index f5cff9d..a8c8eec 100644 --- a/newapkbuild.in +++ b/newapkbuild.in @@ -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__ }