Skip to content

Commit

Permalink
Merge latest openj9 into openj9-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
j9build committed Feb 10, 2022
2 parents e5a7661 + 5c80fee commit 50501d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions closed/openssl.gmk
Original file line number Diff line number Diff line change
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 50501d8

Please sign in to comment.