mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 11:22:30 +01:00
12 lines
258 B
Diff
12 lines
258 B
Diff
--- a/meson_options.txt
|
|
+++ b/meson_options.txt
|
|
@@ -54,7 +54,7 @@ option('chimera_realpath',
|
|
)
|
|
|
|
option('install-lib',
|
|
- type: 'boolean', value: 'true',
|
|
+ type: 'boolean', value: true,
|
|
description: 'Whether to install chimerautils library'
|
|
)
|
|
|