Add .editorconfig

This commit is contained in:
2021-12-02 07:15:35 +00:00
parent d9e1d2cf89
commit e58dede1b6
4 changed files with 64 additions and 33 deletions

View File

@@ -44,8 +44,8 @@ fi
# Rebuild the executable we want to run.
if [ ! -d "build" ]; then
opts=
if [ "$(uname -s)" == "Darwin" ]; then
if [ "$(uname -m)" == "arm64" ]; then
if [ "$(uname -s)" = "Darwin" ]; then
if [ "$(uname -m)" = "arm64" ]; then
opts="-DOPENSSL_ROOT_DIR=/opt/homebrew/opt/openssl"
else
opts="-DOPENSSL_ROOT_DIR=/usr/local/opt/openssl"