diff options
Diffstat (limited to 'mpvcore/path.c')
-rw-r--r-- | mpvcore/path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpvcore/path.c b/mpvcore/path.c index 93e2d09b04..df138489d6 100644 --- a/mpvcore/path.c +++ b/mpvcore/path.c @@ -42,7 +42,7 @@ typedef char *(*lookup_fun)(const char *); static const lookup_fun config_lookup_functions[] = { mp_find_user_config_file, -#ifdef CONFIG_COCOA +#if HAVE_COCOA mp_get_macosx_bundled_path, #endif mp_find_global_config_file, |