macosclassic OS does not have unixtype unit

This commit is contained in:
Pierre Muller 2023-09-24 16:46:51 +02:00
parent 6f796034db
commit 8e98e35ac2

View File

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