1
0
Fork 0
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:
tpoole 2017-02-06 15:09:04 +00:00
parent 67931e4465
commit f5231a9cc8

View file

@ -1601,7 +1601,7 @@ protected:
: MSVCBuildConfiguration (p, settings, e)
{
if (getArchitectureType().toString().isEmpty())
getArchitectureType() = get32BitArchName();
getArchitectureType() = get64BitArchName();
}
//==============================================================================