From bfc15b517f7c50238c375e8ec68441595f633bca Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Wed, 25 Sep 2024 19:08:18 +0200 Subject: [PATCH] debug --- build-wheels-mingw.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-wheels-mingw.sh b/build-wheels-mingw.sh index 4eaf8de..a4b4056 100755 --- a/build-wheels-mingw.sh +++ b/build-wheels-mingw.sh @@ -16,9 +16,9 @@ PYTAG=${ABI/m/} PYVER=${PYTAG:2} TAG=${PYTAG}-abi3-${PLATFORM} -ls -l ${MINGW_PREFIX}/include/python${PYVER} -ls -l ${MINGW_PREFIX}/lib/libpython3.dll.a -ls -l /usr/bin/${ARCH}-w64-mingw32-python${PYVER}-bin +pacman -Qo /usr/bin/${ARCH}-w64-mingw32-python${PYVER}-bin +pacman -Qo ${MINGW_PREFIX}/lib/libpython3.dll.a +pacman -Qo ${MINGW_PREFIX}/include/python${PYVER} cd /tmp git clone --depth 1 -b ${GIT_VERSION} https://github.com/${REPO}/openturns.git