Skip to content

Commit 5ffc927

Browse files
committed
Allow installing as x64compatible
1 parent 4f4ddb9 commit 5ffc927

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)