mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-30 19:01:45 +02: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
|