Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Sep 25, 2024
1 parent 8907f2b commit bfc15b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-wheels-mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfc15b5

Please sign in to comment.