Skip to content

Commit e445aa1

Browse files
committed
Update OdbcJdbcSetup.iss
1 parent e043115 commit e445aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Install/Win32/OdbcJdbcSetup.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ WizardSmallImageFile={#SOURCE_DOCS}\Win32\firebird-logo2.bmp
117117
#if PlatformTarget == "x64"
118118
ArchitecturesAllowed=x64
119119
ArchitecturesInstallIn64BitMode=x64
120-
; #elif PlatformTarget == "ARM64"
121-
; ArchitecturesAllowed=arm64
120+
#elif PlatformTarget == "ARM64"
121+
ArchitecturesAllowed=x64
122122
ArchitecturesInstallIn64BitMode=arm64
123123
#endif
124124

0 commit comments

Comments
 (0)