emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master faa29fa2c9: Find libgccjit.dylib on Homebrew Macos


From: Lars Ingebrigtsen
Subject: master faa29fa2c9: Find libgccjit.dylib on Homebrew Macos
Date: Thu, 28 Apr 2022 17:49:22 -0400 (EDT)

branch: master
commit faa29fa2c9e9d5a5d7544a1a39b2a89cf57a8439
Author: Eugene Ha <eha@posteo.de>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Find libgccjit.dylib on Homebrew Macos
    
    * configure.ac: Also find libggcjit on Homebrew (bug#55173).
    
    Copyright-paperwork-exempt: yes
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 7c8638a471..53e5779e2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4126,7 +4126,7 @@ if test "${with_native_compilation}" != "no"; then
           MAC_CFLAGS="-I$(dirname $($BREW ls -v libgccjit | \
                                                 grep libgccjit.h))"
           MAC_LIBS="-L$(dirname $($BREW ls -v libgccjit| \
-                                            grep libgccjit.so\$))"
+                                            grep -E 'libgccjit\.(so|dylib)$'))"
         fi
       fi
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]