mingw-w64-*: Changed target vendor id for i686 to w64 -- w32 is incorrect.
This commit is contained in:
@@ -4,7 +4,7 @@ pkgname=${_shortname}-headers
|
||||
_majversion=1.0
|
||||
_snapshot=20110523
|
||||
version=${_majversion}.${_snapshot}
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="${SOURCEFORGE_SITE}/${_shortname}/${_shortname}/${_shortname}-v${_majversion}-snapshot-${_snapshot}.tar.bz2"
|
||||
build_style=custom-install
|
||||
short_desc="mingw-w64 headers, psdk, directx sdk"
|
||||
@@ -38,7 +38,7 @@ do_build()
|
||||
_mingwtriplet="${xbps_machine}-w64-mingw32"
|
||||
_build_args="--build=${xbps_machine}-unknown-linux-gnu"
|
||||
else
|
||||
_mingwtriplet="${xbps_machine}-w32-mingw32"
|
||||
_mingwtriplet="${xbps_machine}-w64-mingw32"
|
||||
_build_args="--build=${xbps_machine}-pc-linux-gnu"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user