mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-17 05:51:24 +00:00
Find libgccjit on macOS with Homebrew differently
* configure.ac (MAC_LIBS): Find libgccjit's directory slightly differently for brew installations.
This commit is contained in:
parent
e64d811b51
commit
16dfe04be2
1 changed files with 2 additions and 2 deletions
|
|
@ -3843,8 +3843,8 @@ if test "${with_native_compilation}" != "no"; then
|
||||||
if test -n "`$BREW --prefix --installed libgccjit 2>/dev/null`"; then
|
if test -n "`$BREW --prefix --installed libgccjit 2>/dev/null`"; then
|
||||||
MAC_CFLAGS="-I$(dirname $($BREW ls -v libgccjit | \
|
MAC_CFLAGS="-I$(dirname $($BREW ls -v libgccjit | \
|
||||||
grep libgccjit.h))"
|
grep libgccjit.h))"
|
||||||
MAC_LIBS="-L$(dirname $($BREW ls -v libgccjit| \
|
MAC_LIBS="-L$(dirname $($BREW ls -v libgccjit \
|
||||||
grep -E 'libgccjit\.(so|dylib)$'))"
|
| grep -m1 -E 'libgccjit\.(so|dylib)$'))"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue