Skip to content

Commit 4f4ddb9

Browse files
authored
Merge pull request #257 from FirebirdSQL/feature_arm64_win
Update OdbcJdbcSetup.iss
2 parents 68f38ab + 15b89cd commit 4f4ddb9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Install/Win32/OdbcJdbcSetup.iss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ BUILD_ENV undefined
5757
#define PlatformTarget GetEnv("FB_TARGET_PLATFORM")
5858
#endif
5959
#if PlatformTarget == ""
60-
#define PlatformTarget "win32"
60+
#define PlatformTarget "x64"
6161
#endif
6262

6363
;---- If we haven't already set ProductVersion then pick it up from the environment.
@@ -120,6 +120,8 @@ ArchitecturesInstallIn64BitMode=win64
120120
ArchitecturesAllowed=x64compatible
121121
#elif PlatformTarget == "ARM64"
122122
ArchitecturesAllowed=arm64
123+
#elif PlatformTarget == "Win32"
124+
ArchitecturesAllowed=x86os
123125
#endif
124126

125127
[Languages]

0 commit comments

Comments
 (0)