diff --git a/mingw-w64-wxWidgets3.1/PKGBUILD b/mingw-w64-wxWidgets3.1/PKGBUILD index 560c6334d2..a0b6b61a58 100644 --- a/mingw-w64-wxWidgets3.1/PKGBUILD +++ b/mingw-w64-wxWidgets3.1/PKGBUILD @@ -177,11 +177,11 @@ build() { make #VERBOSE=1 -j1 } -check() { - cd "${srcdir}/build-${CARCH}-shared/tests" && make -k --jobs=1 || true +#check() { + #cd "${srcdir}/build-${CARCH}-shared/tests" && make -k --jobs=1 || true - cd "${srcdir}/build-${CARCH}-shared/samples" && make -k --jobs=1 || true -} + #cd "${srcdir}/build-${CARCH}-shared/samples" && make -k --jobs=1 || true +#} _package_wxmsw() { pkgdesc="A C++ library that lets developers create applications for Windows, Linux and UNIX (mingw-w64)"