mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 03:12:08 +01:00
19 lines
331 B
Diff
19 lines
331 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -484,7 +484,6 @@ if tests.allowed()
|
|
|
|
c_args: qjs_c_args,
|
|
dependencies: qjs_dep,
|
|
- build_by_default: false,
|
|
),
|
|
)
|
|
|
|
@@ -498,7 +497,6 @@ if tests.allowed()
|
|
|
|
c_args: qjs_c_args,
|
|
dependencies: qjs_dep,
|
|
- build_by_default: false,
|
|
),
|
|
)
|
|
endif
|