mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
Find libgccjit.dylib on Homebrew Macos
* configure.ac: Also find libggcjit on Homebrew (bug#55173).
Copyright-paperwork-exempt: yes
(cherry picked from commit faa29fa2c9
)
This commit is contained in:
parent
b4067394dc
commit
f7fd7bf477
@ -3844,7 +3844,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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user