+ enabled compilation of unit objpas for the ZX Spectrum

This commit is contained in:
Nikolay Nikolov 2024-09-30 02:19:25 +03:00
parent b667be825e
commit 4c7dd0810f
2 changed files with 2 additions and 2 deletions

View File

@ -923,7 +923,7 @@ ifdef NO_EXCEPTIONS_IN_SYSTEM
override FPCOPT+=-dNO_EXCEPTIONS_IN_SYSTEM
endif
ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
override TARGET_UNITS+=$(SYSTEMUNIT) si_prc
override TARGET_UNITS+=$(SYSTEMUNIT) $(OBJPASUNIT) si_prc
endif
override INSTALL_FPCPACKAGE=y y
ifeq ($(CPU_OS_TARGET),z80-zxspectrum)

View File

@ -5,7 +5,7 @@
main=rtl
[target]
loaders=
units=$(SYSTEMUNIT) si_prc
units=$(SYSTEMUNIT) $(OBJPASUNIT) si_prc
[require]
nortl=y