Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fishylunar committed Jun 25, 2024
1 parent 15aee7e commit 97f111d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ else
cmake -DCMAKE_OSX_ARCHITECTURES=x86_64 ..
make
elif [[ "$OSTYPE" =~ ^$MacOs && "$arch" == "arm64" ]]; then
echo Building for macOS arm64
mkdir -p build
g++ *.cpp SourceFiles/*.cpp -lcrypto -I/opt/homebrew/Cellar/openssl@3/3.2.1/include -L/opt/homebrew/Cellar/openssl@3/3.2.1/lib -O3 -o build/zsign
echo Building for macOS arm64
mkdir -p build
g++ *.cpp SourceFiles/*.cpp -lcrypto -I/opt/homebrew/Cellar/openssl@3/3.2.1/include -L/opt/homebrew/Cellar/openssl@3/3.2.1/lib -O3 -o build/zsign
else
mkdir -p build && cd build
echo Building for Linux $arch
Expand Down

0 comments on commit 97f111d

Please sign in to comment.