We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68f38ab + 15b89cd commit 4f4ddb9Copy full SHA for 4f4ddb9
Install/Win32/OdbcJdbcSetup.iss
@@ -57,7 +57,7 @@ BUILD_ENV undefined
57
#define PlatformTarget GetEnv("FB_TARGET_PLATFORM")
58
#endif
59
#if PlatformTarget == ""
60
-#define PlatformTarget "win32"
+#define PlatformTarget "x64"
61
62
63
;---- If we haven't already set ProductVersion then pick it up from the environment.
@@ -120,6 +120,8 @@ ArchitecturesInstallIn64BitMode=win64
120
ArchitecturesAllowed=x64compatible
121
#elif PlatformTarget == "ARM64"
122
ArchitecturesAllowed=arm64
123
+#elif PlatformTarget == "Win32"
124
+ArchitecturesAllowed=x86os
125
126
127
[Languages]
0 commit comments