From a6c05b4b4f439171c736fc8d10fd9ff86e9b8e15 Mon Sep 17 00:00:00 2001 From: Oli Larkin Date: Sat, 26 Jan 2019 23:16:37 +0000 Subject: [PATCH] build to user folders --- common.xcconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/common.xcconfig b/common.xcconfig index 8d048dcf..420f51e1 100644 --- a/common.xcconfig +++ b/common.xcconfig @@ -46,9 +46,9 @@ CLANG_LINK_OBJC_RUNTIME = NO // you can also build to the user plugin folder, but the installer scripts assume that the binarys are in the system folder // RTAS and AAX folders should be the location of the PT Dev build plug-ins folders -VST_FOLDER = /Library/Audio/Plug-Ins/VST -VST3_FOLDER = /Library/Audio/Plug-Ins/VST3 -AU_FOLDER = /Library/Audio/Plug-Ins/Components -RTAS_FOLDER = /Applications/Avid/ProTools_3PDev/Plug-Ins -AAX_FOLDER = /Applications/Avid/ProTools_3PDev/Plug-Ins -APP_FOLDER = /Applications +VST_FOLDER = $(HOME)/Library/Audio/Plug-Ins/VST +VST3_FOLDER = $(HOME)/Library/Audio/Plug-Ins/VST3 +AU_FOLDER = $(HOME)/Library/Audio/Plug-Ins/Components +RTAS_FOLDER = $(HOME)/Applications/Avid/ProTools_3PDev/Plug-Ins +AAX_FOLDER = $(HOME)/Applications/Avid/ProTools_3PDev/Plug-Ins +APP_FOLDER = $(HOME)/Applications -- 2.11.4.GIT