Skip to content

Commit

Permalink
Merge pull request #476 from knn-k/aarch64macos4
Browse files Browse the repository at this point in the history
Add support for AArch64 macOS in closed/openssl.gmk
  • Loading branch information
keithc-ca committed Feb 9, 2022
2 parents 60c3337 + 8309369 commit 831fcda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions closed/openssl.gmk
Expand Up @@ -58,6 +58,8 @@ else ifeq ($(OPENJDK_TARGET_OS), linux)
else ifeq ($(OPENJDK_TARGET_OS), macosx)
ifneq (,$(filter arm64 x86_64, $(OPENJDK_TARGET_CPU)))
OPENSSL_TARGET := darwin64-$(OPENJDK_TARGET_CPU)-cc
else ifeq ($(OPENJDK_TARGET_CPU), aarch64)
OPENSSL_TARGET := darwin64-arm64-cc
endif
else ifeq ($(OPENJDK_TARGET_OS), windows)
ifeq ($(OPENJDK_TARGET_CPU), x86_64)
Expand Down

0 comments on commit 831fcda

Please sign in to comment.