Skip to content

Commit 43ac5bb

Browse files
committed
{$IFDEF WIN32}DesignIDE,{$ENDIF} to work with C++Builder 64 bits.
1 parent 08001ab commit 43ac5bb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Packages/Delphi/Delphi 10.3-/Python_D.dpk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ package Python_D;
4545
{$IFDEF VER340}{$LIBSUFFIX '270'} {$ENDIF}
4646

4747
requires
48+
{$IFDEF WIN32}
4849
DesignIDE,
50+
{$ENDIF}
4951
rtl,
5052
vcl;
5153

@@ -54,5 +56,4 @@ contains
5456
PythonEngine in '..\..\..\Source\PythonEngine.pas',
5557
PythonGUIInputOutput in '..\..\..\Source\PythonGUIInputOutput.pas',
5658
WrapDelphi in '..\..\..\Source\WrapDelphi.pas';
57-
5859
end.

Packages/Delphi/Delphi 10.4+/Python_D.dpk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ package Python_D;
3030
{$IMPLICITBUILD OFF}
3131

3232
requires
33+
{$IFDEF WIN32}
3334
DesignIDE,
35+
{$ENDIF}
3436
rtl,
3537
vcl;
3638

@@ -39,5 +41,4 @@ contains
3941
PythonEngine in '..\..\..\Source\PythonEngine.pas',
4042
PythonGUIInputOutput in '..\..\..\Source\PythonGUIInputOutput.pas',
4143
WrapDelphi in '..\..\..\Source\WrapDelphi.pas';
42-
4344
end.

0 commit comments

Comments
 (0)