# HG changeset patch # User Sebastien Jodogne # Date 1715893293 -7200 # Node ID 471811c64e48fb62a4e50b3e90c3de47a02bb79d # Parent bf43db5599507d669d7744978d23649a97db6f0b fix diff -r bf43db559950 -r 471811c64e48 Resources/Builders/MinGW32-Python3.12/docker-internal.sh --- 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/ \ diff -r bf43db559950 -r 471811c64e48 Resources/Builders/MinGW64-Python3.12/docker-internal.sh --- 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/ \