From 37590c8e71d42cb1e770fe49f3d382fc3e4b7c8c Mon Sep 17 00:00:00 2001 From: native-api Date: Tue, 27 Feb 2024 19:08:48 +0300 Subject: [PATCH] Fix table --- plugins/python-build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/python-build/README.md b/plugins/python-build/README.md index 2757a37c..f0826fc8 100644 --- a/plugins/python-build/README.md +++ b/plugins/python-build/README.md @@ -107,7 +107,7 @@ to maintain the principle of the least surprise. The exceptions -- non-default options that are set by default -- are listed below: | Option/Behavior | Rationale | -------------------------------- +|-----------------|-----------| | `--enable-shared` is on by default. Pass `--disable-shared` to Configure options to override | The official CPython Docker image uses it. It's required to embed CPython. | | argument to `--enable-universalsdk` is ignored and set to `/` | | `--with-universal-archs` defaults to `universal2` on ARM64 architecture | the only dual-architecture Macs in use today are Apple Silicon which can only build that one |