Remove all cygwin CHOST changes
Since #5448 CHOST defaults to cygwin now, so this is no longer needed.
This commit is contained in:
@@ -22,8 +22,7 @@ build () {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
export MSYSTEM=CYGWIN
|
||||
local CYGWIN_CHOST="${CHOST/-msys/-cygwin}"
|
||||
./configure --build=${CYGWIN_CHOST} \
|
||||
./configure --build=${CHOST} \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/share/man
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user