Skip to content

Commit

Permalink
fixup! Add support for new plug-in module folder introduced in vcv ra…
Browse files Browse the repository at this point in the history
…ck 2.5
  • Loading branch information
ohmtech-rdi committed Jul 1, 2024
1 parent 01a5a49 commit 86e3907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/erbb/generators/simulator/Makefile_template
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ LDFLAGS += -L$(RACK_DIR)/$(ARCH_OS)-$(ARCH_CPU) -lRack
ifdef ARCH_MAC
LDFLAGS += -undefined dynamic_lookup
TARGET := plugin.dylib
RACK_USER_DIR ?= $(HOME)/Library/Application Support/Rack2
RACK_USER_DIR ?= $(HOME)/Library/Application\ Support/Rack2
FLAGS += -DARCH_MAC
CXXFLAGS += -stdlib=libc++
LDFLAGS += -stdlib=libc++
Expand Down

0 comments on commit 86e3907

Please sign in to comment.