summaryrefslogtreecommitdiff
path: root/make-distcheck.sh
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhsoting.net>2026-05-08 11:54:15 +0200
committerJörg Frings-Fürst <debian@jff-webhsoting.net>2026-05-08 11:54:15 +0200
commit9d62028a6e8eced2ae6fabedd2b6317e9519b00d (patch)
tree1d8458cb6627ccfc673f791c5f0db45f9c06f7e0 /make-distcheck.sh
parenta1dac799b819ba356a2faff3a98d7f5f076c24b6 (diff)
parent5177d88bf591522d1b934e24221e16e02cd1592b (diff)
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'make-distcheck.sh')
-rwxr-xr-xmake-distcheck.sh4
1 files changed, 2 insertions, 2 deletions
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 ./