Skip to content
Snippets Groups Projects
Commit 9ea8d218 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

libressl: fix macOS build

Change-Id: Ic7db747d0cb1ebabfa2eacf6058b9fabfab93242
parent 47e503cb
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,15 @@ ifdef HAVE_IOS
LIBRESSL_CONF += -DCMAKE_SYSTEM_PROCESSOR=aarch64 -DENABLE_ASM=Off
endif
ifdef HAVE_MACOSX
ifeq ($(ARCH),arm64)
LIBRESSL_CONF += -DCMAKE_SYSTEM_PROCESSOR=aarch64 -DENABLE_ASM=Off
endif
ifeq ($(ARCH),x86_64)
LIBRESSL_CONF += -DCMAKE_SYSTEM_PROCESSOR=x86_64
endif
endif
.libressl: libressl .sum-libressl
mkdir -p "$(PREFIX)/include"
ifdef HAVE_WIN32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment