Skip to content

Commit 32adcee

Browse files
authored
Merge pull request #263 from KoudelkaB/feature/x64compatible-install
Allow installing as x64compatible
2 parents 4f4ddb9 + 5ffc927 commit 32adcee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)