diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2021-05-03 22:36:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-03 22:36:55 (GMT) |
commit | 2fc857a5721a5b42bcb696c9cae1bbcc82a91b17 (patch) | |
tree | e2f3215539a6c70bd583648a75f4686b5c16cb26 /PC | |
parent | bb3e0c240bc60fe08d332ff5955d54197f79751c (diff) | |
download | cpython-2fc857a5721a5b42bcb696c9cae1bbcc82a91b17.zip cpython-2fc857a5721a5b42bcb696c9cae1bbcc82a91b17.tar.gz cpython-2fc857a5721a5b42bcb696c9cae1bbcc82a91b17.tar.bz2 |
Update CI files to account for the master -> main rename (GH-25860)
Diffstat (limited to 'PC')
-rw-r--r-- | PC/pyconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h index 103e647..012a89a 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -268,11 +268,11 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */ file in their Makefile (other compilers are generally taken care of by distutils.) */ # if defined(_DEBUG) -# pragma comment(lib,"python310_d.lib") +# pragma comment(lib,"python311_d.lib") # elif defined(Py_LIMITED_API) # pragma comment(lib,"python3.lib") # else -# pragma comment(lib,"python310.lib") +# pragma comment(lib,"python311.lib") # endif /* _DEBUG */ # endif /* _MSC_VER */ # endif /* Py_BUILD_CORE */ |