From 84cec7dc2c645e4d1bbab8e8496c4f6cd9562989 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Thu, 24 Oct 2019 14:34:19 +0300 Subject: remove pointless options. Less maintenence burden, especially since modules start using one another, complicating build requirements otherwise. Signed-off-by: Gediminas Jakutis --- src/float/meson.build | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'src/float') diff --git a/src/float/meson.build b/src/float/meson.build index 129053e..76256ba 100644 --- a/src/float/meson.build +++ b/src/float/meson.build @@ -1,10 +1,6 @@ -if get_option('float') - float_filenames = [ - 'float.c', - 'float_private.h', - ] -else - float_filenames = [] -endif +float_filenames = [ + 'float.c', + 'float_private.h', +] float_sources = files(float_filenames) -- cgit v1.2.3