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