mirror of
https://github.com/mpv-player/mpv
synced 2025-01-11 17:39:38 +00:00
Display detected OS and arch.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1413 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b0132b08f3
commit
646686cc47
3
configure
vendored
3
configure
vendored
@ -275,6 +275,9 @@ else
|
|||||||
host_arch=`echo $_target | cut -d '-' -f 1`
|
host_arch=`echo $_target | cut -d '-' -f 1`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "Detected operating system: $system_name"
|
||||||
|
echo "Detected host architecture: $host_arch"
|
||||||
|
|
||||||
# Determine OS dependent libs
|
# Determine OS dependent libs
|
||||||
|
|
||||||
if [ "$system_name" = "FreeBSD" ]; then
|
if [ "$system_name" = "FreeBSD" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user