diff --git a/meson.build b/meson.build index 82682d70..8d4335ef 100644 --- a/meson.build +++ b/meson.build @@ -31,7 +31,7 @@ global_args += '-DHAVE_NANOSLEEP' # Ext libs # ==================== -if get_option('retro') +if get_option('retro') == true retro_phase1 = get_option('retro_phase1_path') library( 'retro-' + meson.project_name(),