We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f4ddb9 + 52bd22f commit 0417922Copy full SHA for 0417922
Install/Win32/OdbcJdbcSetup.iss
@@ -119,7 +119,7 @@ ArchitecturesInstallIn64BitMode=win64
119
#if PlatformTarget == "x64"
120
ArchitecturesAllowed=x64compatible
121
#elif PlatformTarget == "ARM64"
122
-ArchitecturesAllowed=arm64
+ArchitecturesAllowed=arm64 x64compatible
123
#elif PlatformTarget == "Win32"
124
ArchitecturesAllowed=x86os
125
#endif
WriteBuildNo.h
@@ -4,4 +4,4 @@
4
// Note - there must be two tabs between BUILDNUM_VERSION and
5
// the actual number, otherwise the makefile for linux will not
6
// pick up the value.
7
-#define BUILDNUM_VERSION 18
+#define BUILDNUM_VERSION 19
0 commit comments