aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-08-24 20:09:38 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-08-24 20:09:38 +0000
commitf6f4d3c284507ed0befa2ebdd7deccd217c15a95 (patch)
tree6361c5ad93c70134d5ceebdf97fb7d951ae4b014
parentfa997dac2d5476656bd838f64ec18386abb90ced (diff)
parent9fbfed13f31f8a6ae220968a9e7b0e008aaf9d09 (diff)
downloadcpython3-f6f4d3c284507ed0befa2ebdd7deccd217c15a95.tar.gz
Fix kokoro darwin build. am: 908b351117 am: 9fbfed13f3
Original change: https://android-review.googlesource.com/c/platform/external/python/cpython3/+/2726053 Change-Id: Ife89e5166ee3bcf6c160703a1120b96305971688 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],