summaryrefslogtreecommitdiff
path: root/other/docker/windows/build_dependencies.sh
diff options
context:
space:
mode:
Diffstat (limited to 'other/docker/windows/build_dependencies.sh')
-rw-r--r--other/docker/windows/build_dependencies.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/other/docker/windows/build_dependencies.sh b/other/docker/windows/build_dependencies.sh
index f3d4b603..43c6c3e1 100644
--- a/other/docker/windows/build_dependencies.sh
+++ b/other/docker/windows/build_dependencies.sh
@@ -59,18 +59,6 @@ build()
59 make install 59 make install
60 cd .. 60 cd ..
61 61
62 if [ "${SUPPORT_TEST}" = "true" ]; then
63 echo
64 echo "=== Building Check ${VERSION_CHECK} ${ARCH} ==="
65 git clone --depth=1 --branch="${VERSION_CHECK}" https://github.com/libcheck/check
66 cd check
67 autoreconf --install
68 ./configure --host="${WINDOWS_TOOLCHAIN}" --prefix="${EXTRA_PREFIX_DIR}"
69 make
70 make install
71 cd ..
72 fi
73
74 rm -rf /tmp/* 62 rm -rf /tmp/*
75} 63}
76 64