From 79fdf1e3bbbd5a66701799def3d588e19ce24f66 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Fri, 9 Dec 2022 16:58:44 +0300 Subject: [PATCH] Improve Mac feature messages phrasing --- plugins/python-build/bin/python-build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/python-build/bin/python-build b/plugins/python-build/bin/python-build index 739bac43..5e7080c8 100755 --- a/plugins/python-build/bin/python-build +++ b/plugins/python-build/bin/python-build @@ -2211,7 +2211,7 @@ fi # Add support for framework installation (`--enable-framework`) of CPython (#55, #99) if [[ "$CONFIGURE_OPTS $PYTHON_CONFIGURE_OPTS" == *"--enable-framework"* ]]; then if ! is_mac; then - echo "python-build: framework installation is not supported." >&2 + echo "python-build: framework installation is not supported outside of MacOS." >&2 exit 1 fi create_framework_dirs() { @@ -2232,7 +2232,7 @@ fi # Build against universal SDK if [[ "$CONFIGURE_OPTS $PYTHON_CONFIGURE_OPTS" == *"--enable-universalsdk"* ]]; then if ! is_mac; then - echo "python-build: universal installation is not supported." >&2 + echo "python-build: universal installation is not supported outside of MacOS." >&2 exit 1 fi package_option python configure --enable-universalsdk=/