mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
Use "mingw32" instead of "mingw32msvc" as system name for MinGW with --target.
The former is the official name used by the MinGW project. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30089 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
48ed8799ac
commit
4e18fed064
2
configure
vendored
2
configure
vendored
@ -1434,7 +1434,7 @@ else # if test -z "$_target"
|
||||
qnx) system_name=QNX ;;
|
||||
morphos) system_name=MorphOS ;;
|
||||
amigaos) system_name=AmigaOS ;;
|
||||
mingw32msvc) system_name=MINGW32 ;;
|
||||
mingw32) system_name=MINGW32 ;;
|
||||
esac
|
||||
# We need to convert underscores so that values like k6-2 and pentium-mmx can be passed
|
||||
host_arch=$(echo $_target | cut -d '-' -f 1)
|
||||
|
Loading…
Reference in New Issue
Block a user