mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Changed the default MSVC architecture to x64
This commit is contained in:
parent
67931e4465
commit
f5231a9cc8
1 changed files with 1 additions and 1 deletions
|
|
@ -1601,7 +1601,7 @@ protected:
|
|||
: MSVCBuildConfiguration (p, settings, e)
|
||||
{
|
||||
if (getArchitectureType().toString().isEmpty())
|
||||
getArchitectureType() = get32BitArchName();
|
||||
getArchitectureType() = get64BitArchName();
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue