From 4b2e56c0e0ddf47a61e3052892894a2975f79e1e Mon Sep 17 00:00:00 2001 From: Christoph Scholtes Date: Wed, 7 Dec 2022 21:18:32 -0700 Subject: [PATCH] Update to Rack SDK 2.2.1. Enable mac-arm64 target. --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index e99e2b8..f7122ce 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,8 @@ export JOBS := export JOBS_CT_NG := endif -RACK_SDK_VERSION := 2.2.0 -DOCKER_IMAGE_VERSION := 6 +RACK_SDK_VERSION := 2.2.1 +DOCKER_IMAGE_VERSION := 7 all: toolchain-all @@ -189,8 +189,7 @@ plugin-build-mac-x64 plugin-build-mac-arm64 plugin-build-win-x64 plugin-build-li plugin-build: $(MAKE) plugin-build-mac-x64 -# FIXME Disabled until Rack SDK is updated. -# $(MAKE) plugin-build-mac-arm64 + $(MAKE) plugin-build-mac-arm64 $(MAKE) plugin-build-win-x64 $(MAKE) plugin-build-linux-x64