summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_application.m
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/macosx_application.m')
-rw-r--r--osdep/macosx_application.m5
1 files changed, 3 insertions, 2 deletions
diff --git a/osdep/macosx_application.m b/osdep/macosx_application.m
index c5540494e4..17ccacec56 100644
--- a/osdep/macosx_application.m
+++ b/osdep/macosx_application.m
@@ -266,8 +266,9 @@ static void setup_bundle(int *argc, char *argv[])
NSString *path_new = [NSString stringWithFormat:@"%@:%@:%@:%@",
path_bundle,
@"/usr/local/bin",
- @"/usr/opt/bin",
- @"/usr/opt/local/bin"];
+ @"/usr/local/sbin",
+ @"/opt/local/bin",
+ @"/opt/local/sbin"];
setenv("PATH", [path_new UTF8String], 1);
setenv("MPVBUNDLE", "true", 1);
}