aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-08-24 21:19:32 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-08-24 21:19:32 +0000
commit9e3fbafa71e5e71468515e6d260e8ca1d831ed0a (patch)
tree6361c5ad93c70134d5ceebdf97fb7d951ae4b014
parent7db1cd32c5aaf147203ab4e9c62346ed1fac122a (diff)
parent8cafe2da4519a6a60a7068329a379dae2f427085 (diff)
downloadcpython3-9e3fbafa71e5e71468515e6d260e8ca1d831ed0a.tar.gz
Fix kokoro darwin build. am: 908b351117 am: 9fbfed13f3 am: f6f4d3c284 am: 8cafe2da45
Original change: https://android-review.googlesource.com/c/platform/external/python/cpython3/+/2726053 Change-Id: Ied4cdd8bac925a03ac0d63662619623599f6d440 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rwxr-xr-xkokoro/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kokoro/build.py b/kokoro/build.py
index 86080a829c..37a5bc1cbc 100755
--- a/kokoro/build.py
+++ b/kokoro/build.py
@@ -92,7 +92,7 @@ def build_autoconf_target(host, python_src, build_dir, install_dir,
# Linker will embed this path to all binaries linking this library.
# Since configure does not give us a chance to set -install_name, we have
# to edit the library afterwards.
- libpython = 'libpython3.10.dylib'
+ libpython = 'libpython3.11.dylib'
subprocess.check_call(['make',
'-j{}'.format(multiprocessing.cpu_count()),
libpython],