poco: Remove check function.

This commit is contained in:
Alexpux
2015-03-02 13:53:02 +03:00
parent f2cf69b16a
commit b71b548be7

View File

@@ -92,11 +92,6 @@ build() {
make
}
check() {
cd "${srcdir}/build-${MINGW_CHOST}"
make check
}
package() {
cd "${srcdir}/build-${MINGW_CHOST}"
make install