diff --git a/extras/Projucer/Source/Settings/jucer_StoredSettings.cpp b/extras/Projucer/Source/Settings/jucer_StoredSettings.cpp index 0b6392d993..6d4c9a2f8c 100644 --- a/extras/Projucer/Source/Settings/jucer_StoredSettings.cpp +++ b/extras/Projucer/Source/Settings/jucer_StoredSettings.cpp @@ -384,7 +384,7 @@ bool StoredSettings::isGlobalPathValid (const File& relativeTo, const Identifier { #if JUCE_MAC fileToCheckFor = path.trim().endsWith (".app") ? "Contents/MacOS/clion" : "../clion"; - #elif JUCE_WIDOWS + #elif JUCE_WINDOWS fileToCheckFor = "../clion64.exe"; #else fileToCheckFor = "../clion.sh";