From 93dfd89edf10a928014452a37c4b7d7fc441078c Mon Sep 17 00:00:00 2001 From: Eric Warmenhoven Date: Fri, 17 Jan 2025 15:30:36 -0500 Subject: [PATCH] tvos build fix --- menu/cbs/menu_cbs_ok.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/cbs/menu_cbs_ok.c b/menu/cbs/menu_cbs_ok.c index be032c88c2c9..ed8f94a7f62a 100644 --- a/menu/cbs/menu_cbs_ok.c +++ b/menu/cbs/menu_cbs_ok.c @@ -6467,7 +6467,7 @@ static int action_ok_open_uwp_permission_settings(const char *path, static int action_ok_open_picker(const char *path, const char *label, unsigned type, size_t idx, size_t entry_idx) { -#ifdef IOS +#if TARGET_OS_IOS ios_show_file_sheet(); return 0; #elif defined(OSX) && defined(HAVE_APPLE_STORE)