mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 07:36:14 +02:00
codetools: targetcpu jvm: use rtl/java/system.pp
git-svn-id: branches/fixes_1_4@48323 -
This commit is contained in:
parent
1beeaf066e
commit
18139fcda4
@ -43,5 +43,10 @@ Score:=10;
|
|||||||
Targets:='netware';
|
Targets:='netware';
|
||||||
Add('rtl/netwlibc');
|
Add('rtl/netwlibc');
|
||||||
|
|
||||||
|
// jvm uses the java system.pp on both android and java
|
||||||
|
Score:=10;
|
||||||
|
Targets:='jvm';
|
||||||
|
Add('rtl/java');
|
||||||
|
|
||||||
// end.
|
// end.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user