summaryrefslogtreecommitdiff
path: root/core/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'core/meson.build')
-rw-r--r--core/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/meson.build b/core/meson.build
index 12b4f1d..a2606db 100644
--- a/core/meson.build
+++ b/core/meson.build
@@ -15,7 +15,6 @@ prefix = get_option('prefix')
libdir = get_option('prefix') / get_option('libdir')
pkgdatadir = prefix / get_option('datadir') / 'astal'
-
assert(
get_option('lib') or get_option('cli'),
'Either lib or cli option must be set to true.',