diff options
Diffstat (limited to '')
| -rw-r--r-- | src/posix-util.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/posix-util.c b/src/posix-util.c index 2d0ce329..09c25545 100644 --- a/src/posix-util.c +++ b/src/posix-util.c @@ -144,7 +144,8 @@ find_executable (const char *pgm)    /* On apple, especially when started through gpgme-json via       the browser interface we should look into some additional       fallback paths. */ -  const char *additional_path = "/usr/local/bin:/usr/local/MacGPG2/bin"; +  const char *additional_path +    = "/usr/local/bin:/usr/local/MacGPG2/bin:/opt/homebrew/bin";    if (!ret)      {        ret = walk_path_str (additional_path, pgm); | 
