Skip to content

Commit de5c5a0

Browse files
committed
Workaround to build a valid Android shared library
1 parent 667d9fd commit de5c5a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Modules/DelphiFMX/DelphiFMX.dpr

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
{$IFDEF ANDROID}
2+
program DelphiFMX;
3+
{$ELSE}
14
library DelphiFMX;
5+
{$ENDIF ANDROID}
26

37
uses
48
System.StartUpCopy,

0 commit comments

Comments
 (0)