Use rtl/java version of objpas.pp source for java OS

This commit is contained in:
Pierre Muller 2024-03-11 14:22:10 +00:00
parent f0eb7e8807
commit 1230fc811a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -28,7 +28,7 @@ INC=$(RTL)/inc
COMMON=$(RTL)/common
PROCINC=$(RTL)/$(CPU_TARGET)
UNITPREFIX=rtl
OBJPASDIR=../objpas
OBJPASDIR=.
ifdef RELEASE
override FPCOPT+=-Ur