Skip to content

Commit dffb620

Browse files
committed
Update OdbcJdbcSetup.iss
1 parent eec798f commit dffb620

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Install/Win32/OdbcJdbcSetup.iss

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

125125
[Languages]

0 commit comments

Comments
 (0)