Skip to content

Commit b92078a

Browse files
authored
Merge branch 'pyscripter:master' into pysamples
2 parents 0b57de7 + 1c0efaa commit b92078a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Source/PythonEngine.pas

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ interface
9595
{$IF not Defined(FPC) and (CompilerVersion >= 23)}
9696
const
9797
{$IF CompilerVersion >= 33}
98-
pidSupportedPlatforms = pidWin32 or pidWin64 or pidOSX32 or pidOSX64
99-
or pidLinux64 or pidAndroid32Arm or pidAndroid64Arm;
98+
pidSupportedPlatforms = pidAllPlatforms;
10099
{$ELSE}
101100
pidSupportedPlatforms = pidWin32 or pidWin64 or pidOSX32;
102101
{$IFEND}

0 commit comments

Comments
 (0)