From ac552d6d917bb3fc035e8b1c19008e8f5201817c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=9A=93?= Date: Sun, 29 Dec 2024 23:58:38 -0500 Subject: [PATCH] Fix non-libretro builds --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),