Skip to content

Commit

Permalink
ensure that 64-bit toolchain is used
Browse files Browse the repository at this point in the history
  • Loading branch information
neworderofjamie committed Mar 26, 2021
1 parent 3b3d3ff commit 5733f46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/genn/genn/code_generator/generateMSBuild.cc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ void CodeGenerator::generateMSBuild(std::ostream &os, const BackendBase &backend
os << "\t\t<UseDebugLibraries Condition=\"'$(Configuration)'=='Debug'\">true</UseDebugLibraries>" << std::endl;
os << "\t\t<CharacterSet>MultiByte</CharacterSet>" << std::endl;
os << "\t\t<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>" << std::endl;
os << "\t\t<PreferredToolArchitecture>x64</PreferredToolArchitecture>" << std::endl;
backend.genMSBuildConfigProperties(os);
os << "\t</PropertyGroup>" << std::endl;

Expand Down

0 comments on commit 5733f46

Please sign in to comment.