[python3] Don't set PYTHON_FOR_REGEN for host builds (#33132)

We don't do any regen, so this can be skipped

Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
This commit is contained in:
Osyotr 2023-08-15 03:33:57 +03:00 committed by GitHub
parent d695b9fda1
commit 35fbd749bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 5 deletions

View File

@ -250,9 +250,6 @@ else()
if(VCPKG_CROSSCOMPILING)
set(_python_for_build "${CURRENT_HOST_INSTALLED_DIR}/tools/python3/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}")
list(APPEND OPTIONS "--with-build-python=${_python_for_build}")
else()
vcpkg_find_acquire_program(PYTHON3)
list(APPEND OPTIONS "ac_cv_prog_PYTHON_FOR_REGEN=${PYTHON3}")
endif()
vcpkg_configure_make(

View File

@ -1,7 +1,7 @@
{
"name": "python3",
"version": "3.11.4",
"port-version": 1,
"port-version": 2,
"description": "The Python programming language",
"homepage": "https://github.com/python/cpython",
"license": "Python-2.0",

View File

@ -6602,7 +6602,7 @@
},
"python3": {
"baseline": "3.11.4",
"port-version": 1
"port-version": 2
},
"qca": {
"baseline": "2.3.5",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4f49a2d2249cb9f81e3a5c83329f383de36faf16",
"version": "3.11.4",
"port-version": 2
},
{
"git-tree": "531061b4485adebb80364473d227b0edf4ee8ed9",
"version": "3.11.4",