mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 22:09:33 +02:00
Use rtl/java version of objpas.pp source for java OS
This commit is contained in:
parent
f0eb7e8807
commit
1230fc811a
@ -887,7 +887,7 @@ INC=$(RTL)/inc
|
||||
COMMON=$(RTL)/common
|
||||
PROCINC=$(RTL)/$(CPU_TARGET)
|
||||
UNITPREFIX=rtl
|
||||
OBJPASDIR=../objpas
|
||||
OBJPASDIR=.
|
||||
ifdef RELEASE
|
||||
override FPCOPT+=-Ur
|
||||
endif
|
||||
|
@ -28,7 +28,7 @@ INC=$(RTL)/inc
|
||||
COMMON=$(RTL)/common
|
||||
PROCINC=$(RTL)/$(CPU_TARGET)
|
||||
UNITPREFIX=rtl
|
||||
OBJPASDIR=../objpas
|
||||
OBJPASDIR=.
|
||||
|
||||
ifdef RELEASE
|
||||
override FPCOPT+=-Ur
|
||||
|
Loading…
Reference in New Issue
Block a user