Find libgccjit.dylib on Homebrew Macos
* configure.ac: Also find libggcjit on Homebrew (bug#55173). Copyright-paperwork-exempt: yes
This commit is contained in:
parent
fa1a7ac617
commit
faa29fa2c9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue