Mercurial > hg > orthanc-python
changeset 162:471811c64e48
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 16 May 2024 23:01:33 +0200 |
parents | bf43db559950 |
children | 54991a36af1d |
files | Resources/Builders/MinGW32-Python3.12/docker-internal.sh Resources/Builders/MinGW64-Python3.12/docker-internal.sh |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/Builders/MinGW32-Python3.12/docker-internal.sh Thu May 16 22:59:39 2024 +0200 +++ b/Resources/Builders/MinGW32-Python3.12/docker-internal.sh Thu May 16 23:01:33 2024 +0200 @@ -14,9 +14,9 @@ unzip python-3.12.3-win32.zip if [ "$1" == "Release" ]; then - LIBRARY_NAME=python311.lib + LIBRARY_NAME=python312.lib else - LIBRARY_NAME=python311_d.lib + LIBRARY_NAME=python312_d.lib fi cmake /tmp/source-writeable/ \
--- a/Resources/Builders/MinGW64-Python3.12/docker-internal.sh Thu May 16 22:59:39 2024 +0200 +++ b/Resources/Builders/MinGW64-Python3.12/docker-internal.sh Thu May 16 23:01:33 2024 +0200 @@ -14,9 +14,9 @@ unzip python-3.12.3-win64.zip if [ "$1" == "Release" ]; then - LIBRARY_NAME=python311.lib + LIBRARY_NAME=python312.lib else - LIBRARY_NAME=python311_d.lib + LIBRARY_NAME=python312_d.lib fi cmake /tmp/source-writeable/ \