Make sure that we build always x86_64 openssl on macOS

Signed-off-by: Raul Metsma <raul@metsma.ee>
This commit is contained in:
Raul Metsma 2021-02-25 18:58:14 +02:00 committed by Frank Morgner
parent aae9254018
commit b9080c16d6
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ if ! pkg-config libcrypto --atleast-version=1.0.1; then
git clone --depth=1 https://github.com/openssl/openssl.git -b OpenSSL_1_1_1-stable
fi
cd openssl
KERNEL_BITS=64 ./config no-shared --prefix=$PREFIX
MACHINE=x86_64 ./config no-shared --prefix=$PREFIX
make clean
make -j 4
make DESTDIR=$BUILDPATH/openssl_bin install_sw