mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 09:57:34 +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:
parent
3c86a69952
commit
b95caec861
4
configure
vendored
4
configure
vendored
@ -1522,8 +1522,8 @@ elif aix; then
|
||||
elif x86; then
|
||||
# all other OSes try to extract CPU information from a small helper
|
||||
# program cpuinfo instead
|
||||
$_cc -o cpuinfo cpuinfo.c
|
||||
_cpuinfo="./cpuinfo"
|
||||
$_cc -o cpuinfo$_exesuf cpuinfo.c
|
||||
_cpuinfo="./cpuinfo$_exesuf"
|
||||
fi
|
||||
|
||||
if x86 ; then
|
||||
|
Loading…
Reference in New Issue
Block a user