1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer: Fixed a typo

This commit is contained in:
ed 2018-01-12 15:48:50 +00:00
parent f2fc06b447
commit bb5dd6aaa6

View file

@ -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";