From c3dce46c5f7cad6bc3cc91cc2c711ac089f25923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 8 May 2026 11:53:45 +0200 Subject: New upstream version 1.0.1+dfsg --- make-distcheck.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make-distcheck.sh') diff --git a/make-distcheck.sh b/make-distcheck.sh index 2968dd0..8492647 100755 --- a/make-distcheck.sh +++ b/make-distcheck.sh @@ -70,13 +70,13 @@ check_tarball() ( mkdir build cd build - cmake "${@:2}" .. + cmake "${@:2}" -DURIPARSER_BUILD_TESTS=ON .. make # NOTE: We need to copy some .dll files next to the # Windows binaries so that they are ready to be executed if [[ "${*:2}" == *mingw* ]]; then - cp /usr/lib/gcc/i686-w64-mingw32/*-posix/libgcc_s_sjlj-1.dll ./ + cp /usr/lib/gcc/i686-w64-mingw32/*-posix/libgcc_s_dw2-1.dll ./ cp /usr/lib/gcc/i686-w64-mingw32/*-posix/libstdc++-6.dll ./ cp /usr/i686-w64-mingw32/lib/libwinpthread-1.dll ./ cp "${GTEST_PREFIX:?}"/bin/libgtest.dll ./ -- cgit v1.2.3