Browse Source

Add CODESIGN definition for mac-x64 platform in preparation for Rack SDK 2.4.1.

v2
Christoph Scholtes 3 months ago
parent
commit
7caa62fea3
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Makefile

+ 2
- 1
Makefile View File

@@ -17,7 +17,7 @@ export JOBS_CT_NG :=
endif

RACK_SDK_VERSION := 2.4.0
DOCKER_IMAGE_VERSION := 11
DOCKER_IMAGE_VERSION := 12


all: toolchain-all rack-sdk-all
@@ -182,6 +182,7 @@ plugin-build-mac-x64: export CXX := x86_64-apple-darwin20.2-clang++-libc++
plugin-build-mac-x64: export STRIP := x86_64-apple-darwin20.2-strip
plugin-build-mac-x64: export INSTALL_NAME_TOOL := x86_64-apple-darwin20.2-install_name_tool
plugin-build-mac-x64: export OTOOL := x86_64-apple-darwin20.2-otool
plugin-build-mac-x64: export CODESIGN := rcodesign sign


plugin-build-mac-arm64: export PATH := $(LOCAL_DIR)/osxcross/bin:$(PATH)


Loading…
Cancel
Save