mirror of
https://github.com/mpv-player/mpv
synced 2025-03-18 08:39:01 +00:00
Move _ldd setting to a saner place.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22056 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
90654b8eff
commit
4cd478c1f1
2
configure
vendored
2
configure
vendored
@ -469,6 +469,7 @@ _mtrr=auto
|
|||||||
_install=install
|
_install=install
|
||||||
_ranlib=ranlib
|
_ranlib=ranlib
|
||||||
_ldconfig=ldconfig
|
_ldconfig=ldconfig
|
||||||
|
_ldd=ldd
|
||||||
_cc=cc
|
_cc=cc
|
||||||
test "$CC" && _cc="$CC"
|
test "$CC" && _cc="$CC"
|
||||||
_gcc_check=yes
|
_gcc_check=yes
|
||||||
@ -672,7 +673,6 @@ if freebsd ; then
|
|||||||
_inc_extra="$_inc_extra -I/usr/local/include"
|
_inc_extra="$_inc_extra -I/usr/local/include"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_ldd=ldd
|
|
||||||
if darwin; then
|
if darwin; then
|
||||||
_ldd="otool -L"
|
_ldd="otool -L"
|
||||||
_ld_extra="$_ld_extra -L/usr/local/lib"
|
_ld_extra="$_ld_extra -L/usr/local/lib"
|
||||||
|
Loading…
Reference in New Issue
Block a user