Skip to content

Commit 0417922

Browse files
authored
Merge pull request #265 from FirebirdSQL/262-x64-windows-build-cannot-be-installed-on-arm-windows-with-version-2-driver-it-was-possible
262 x64 windows build cannot be installed on arm windows with version 2 driver it was possible
2 parents 4f4ddb9 + 52bd22f commit 0417922

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Install/Win32/OdbcJdbcSetup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ ArchitecturesInstallIn64BitMode=win64
119119
#if PlatformTarget == "x64"
120120
ArchitecturesAllowed=x64compatible
121121
#elif PlatformTarget == "ARM64"
122-
ArchitecturesAllowed=arm64
122+
ArchitecturesAllowed=arm64 x64compatible
123123
#elif PlatformTarget == "Win32"
124124
ArchitecturesAllowed=x86os
125125
#endif

WriteBuildNo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
// Note - there must be two tabs between BUILDNUM_VERSION and
55
// the actual number, otherwise the makefile for linux will not
66
// pick up the value.
7-
#define BUILDNUM_VERSION 18
7+
#define BUILDNUM_VERSION 19

0 commit comments

Comments
 (0)