We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d61d213 commit 1c0efaaCopy full SHA for 1c0efaa
Source/PythonEngine.pas
@@ -95,8 +95,7 @@ interface
95
{$IF not Defined(FPC) and (CompilerVersion >= 23)}
96
const
97
{$IF CompilerVersion >= 33}
98
- pidSupportedPlatforms = pidWin32 or pidWin64 or pidOSX32 or pidOSX64
99
- or pidLinux64 or pidAndroid32Arm or pidAndroid64Arm;
+ pidSupportedPlatforms = pidAllPlatforms;
100
{$ELSE}
101
pidSupportedPlatforms = pidWin32 or pidWin64 or pidOSX32;
102
{$IFEND}
0 commit comments