summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rwxr-xr-xscript/setup/osx5
1 files changed, 5 insertions, 0 deletions
diff --git a/script/setup/osx b/script/setup/osx
index 2a127782..1fb91edc 100755
--- a/script/setup/osx
+++ b/script/setup/osx
@@ -98,6 +98,11 @@ if ! [[ $(${TOOLCHAIN_PATH}/bin/python3 --version) == *"${PYTHON_VERSION}"* ]];
)
fi
+#
+# Smoke test built Python.
+#
+openssl_version ${TOOLCHAIN_PATH}
+
echo ""
echo "*** Targeting macOS: ${DEPLOYMENT_TARGET}"
echo "*** Using SDK ${SDK_PATH}"