From 45c6ff95d61733ff737f9cfb567ac67fafb99fc1 Mon Sep 17 00:00:00 2001 From: Brett Truncali Date: Tue, 4 Feb 2025 11:12:43 -0700 Subject: [PATCH] remove --- scripts/build | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/build b/scripts/build index fb60fc92..ab8c76cf 100755 --- a/scripts/build +++ b/scripts/build @@ -2,15 +2,6 @@ set -e -# Ensure OpenSSL is installed -if ! command -v openssl; then - echo "Installing OpenSSL..." - brew install openssl@1.1 -fi - -# Set OpenSSL environment variables -export OPENSSL_ROOT_DIR=$(brew --prefix openssl@1.1) -export LD_LIBRARY_PATH=$OPENSSL_ROOT_DIR/lib:$LD_LIBRARY_PATH if ! command -v dotnet-format; then echo "Installing dotnet formatter..."