From 8890faea01cdb5360a026bba9abb4b8f2c05e7e6 Mon Sep 17 00:00:00 2001 From: xenakios Date: Tue, 21 Nov 2017 04:36:13 +0200 Subject: [PATCH] MacOs build bullshit. Well, the plugin was confirmed to run in GarageBand at least... --- paulstretchplugin.jucer | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/paulstretchplugin.jucer b/paulstretchplugin.jucer index 1a5d50c..31761fc 100644 --- a/paulstretchplugin.jucer +++ b/paulstretchplugin.jucer @@ -4,7 +4,7 @@ reportAppUsage="0" splashScreenColour="Dark" projectType="audioplug" version="1.0.0" bundleIdentifier="com.yourcompany.paulstretchplugin" includeBinaryInAppConfig="1" cppLanguageStandard="latest" companyCopyright="" - buildVST="1" buildVST3="0" buildAU="0" buildAUv3="0" buildRTAS="0" + buildVST="1" buildVST3="0" buildAU="1" buildAUv3="0" buildRTAS="0" buildAAX="0" buildStandalone="1" enableIAA="0" pluginName="paulstretchplugin" pluginDesc="paulstretchplugin" pluginManufacturer="Xenakios" pluginManufacturerCode="XenS" pluginCode="Fn1r" pluginChannelConfigs="{2,2},{4,4}, {8,8}" @@ -56,9 +56,10 @@ osxArchitecture="64BitIntel" osxCompatibility="10.9 SDK" osxSDK="default" defines="JUCE_NO_DEPRECATION_WARNINGS"/> + libraryPath="/usr/local/Cellar/fftw/3.3.6-pl2/lib" defines="JUCE_NO_DEPRECATION_WARNINGS" + auBinaryLocation="/Library/Audio/Plug-Ins/Components"/>