mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 18:25:41 +03:00
15 lines
329 B
Diff
15 lines
329 B
Diff
This option shouldn't be used anymore.
|
|
|
|
Ref https://gitlab.alpinelinux.org/alpine/aports/-/issues/16891
|
|
|
|
--- a/newapkbuild.in
|
|
+++ b/newapkbuild.in
|
|
@@ -161,7 +161,7 @@ __EOF__
|
|
|
|
check_meson() {
|
|
cat >>APKBUILD<<__EOF__
|
|
- meson test --no-rebuild --print-errorlogs -C output
|
|
+ meson test --print-errorlogs -C output
|
|
__EOF__
|
|
}
|
|
|