mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 20:27:23 +00:00
path-macosx: attempt to fix build
Untested... no OSX here.
This commit is contained in:
parent
0a3e9a9ac3
commit
cb36f9fddb
@ -21,7 +21,7 @@
|
||||
#include "osdep/path.h"
|
||||
|
||||
char *mp_get_macosx_bundled_path(void *talloc_ctx, struct mpv_global *global,
|
||||
const char *filename)
|
||||
const char *file)
|
||||
{
|
||||
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
|
||||
NSString *path = [[NSBundle mainBundle] resourcePath];
|
||||
|
Loading…
Reference in New Issue
Block a user