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:
parent
f2fc06b447
commit
bb5dd6aaa6
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue