aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-08-24 18:22:26 +0000
committerJames Farrell <jamesfarrell@google.com>2023-08-24 18:23:35 +0000
commit908b3511175652656b4767f0db23997c0eb8820c (patch)
tree6361c5ad93c70134d5ceebdf97fb7d951ae4b014
parentf82c4a3bf64ecd5ae3a483ecb77ed4ac4e070acb (diff)
downloadcpython3-908b3511175652656b4767f0db23997c0eb8820c.tar.gz
Fix kokoro darwin build.
Bug: 278602456 Change-Id: I58a7668f2b1e83c7ba8436f54049055e114699f9
-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],