postgresql-interfaces / psqlodbc

Other
11 stars 10 forks source link

Support building against VC17 on AMD64 #9

Closed apgrucza closed 3 months ago

apgrucza commented 4 months ago

On my AMD64 machine, the build script was incorrectly looking for MSBuild 17 under Program Files (x86). MSBuild changed to 64-bit in Visual Studio 2022, so it should always be under Program Files.