Skip to content

Commit 1c0efaa

Browse files
committed
Remove deprecation warning in Delphi 11.
1 parent d61d213 commit 1c0efaa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Source/PythonEngine.pas

+1-2
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)