Browse Source

Always ad-hoc sign plugin binary on Mac for both CPU arches.

tags/v2.4.1
Andrew Belt 1 year ago
parent
commit
ffa3da87c3
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      plugin.mk

+ 1
- 0
plugin.mk View File

@@ -40,6 +40,7 @@ ifdef ARCH_MAC
TARGET := $(TARGET).dylib
LDFLAGS += -undefined dynamic_lookup
RACK_USER_DIR ?= $(HOME)/Documents/Rack2
CODESIGN ?= codesign -f -s -
endif

ifdef ARCH_WIN


Loading…
Cancel
Save