From 8e98e35ac288bec181a02a8f690cae89a2199a10 Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Sun, 24 Sep 2023 16:46:51 +0200 Subject: [PATCH] macosclassic OS does not have unixtype unit --- rtl/inc/Makefile.rtl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtl/inc/Makefile.rtl b/rtl/inc/Makefile.rtl index 36950e5695..b9efb8f440 100644 --- a/rtl/inc/Makefile.rtl +++ b/rtl/inc/Makefile.rtl @@ -1489,8 +1489,10 @@ UnixApi.CWString$(PPUEXT) : $(NSINC)/UnixApi.CWString.pp $(CWSTRING_DEPS) # ifneq ($(UNIXINC),) +ifneq ($(OS_TARGET),macosclassic) CTYPES_DEPS_OS+=$(UNIXTYPEUNIT)$(PPUEXT) endif +endif CTYPES_DEPS=$(INC)/ctypes.pp \ $(SYSTEMUNIT)$(PPUEXT) \