diff --git a/modules/juce_audio_plugin_client/RTAS/juce_RTAS_Wrapper.cpp b/modules/juce_audio_plugin_client/RTAS/juce_RTAS_Wrapper.cpp index eba93139b5..32172410f4 100644 --- a/modules/juce_audio_plugin_client/RTAS/juce_RTAS_Wrapper.cpp +++ b/modules/juce_audio_plugin_client/RTAS/juce_RTAS_Wrapper.cpp @@ -100,7 +100,7 @@ #ifdef _MSC_VER #pragma pack (pop) - #if JUCE_DEBUGxxx // (the debug lib in the 8.0 SDK fails to link, so we'll stick to the release one...) + #if JUCE_RTAS_LINK_TO_DEBUG_LIB // (the debug lib in the 8.0 SDK fails to link, so we'll stick to the release one...) #define PT_LIB_PATH JucePlugin_WinBag_path "\\Debug\\lib\\" #else #define PT_LIB_PATH JucePlugin_WinBag_path "\\Release\\lib\\"