diff options
Diffstat (limited to 'core/meson.build')
-rw-r--r-- | core/meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/meson.build b/core/meson.build index 4020a81..12b4f1d 100644 --- a/core/meson.build +++ b/core/meson.build @@ -15,8 +15,6 @@ prefix = get_option('prefix') libdir = get_option('prefix') / get_option('libdir') pkgdatadir = prefix / get_option('datadir') / 'astal' -# math -add_project_arguments(['-X', '-lm'], language: 'vala') assert( get_option('lib') or get_option('cli'), |