1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-20 10:17:31 +00:00

Give the cpuinfo binary the right suffix $_exesuf

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24006 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-08-03 17:22:31 +00:00
parent 3c86a69952
commit b95caec861

4
configure vendored
View File

@ -1522,8 +1522,8 @@ elif aix; then
elif x86; then elif x86; then
# all other OSes try to extract CPU information from a small helper # all other OSes try to extract CPU information from a small helper
# program cpuinfo instead # program cpuinfo instead
$_cc -o cpuinfo cpuinfo.c $_cc -o cpuinfo$_exesuf cpuinfo.c
_cpuinfo="./cpuinfo" _cpuinfo="./cpuinfo$_exesuf"
fi fi
if x86 ; then if x86 ; then