Add unixtype nit dependency for ctypes unit for Unix OSes

This commit is contained in:
Pierre Muller 2023-09-23 01:04:33 +02:00
parent f10f1b59dd
commit 5001c72510

View File

@ -1478,6 +1478,10 @@ UnixApi.CWString$(PPUEXT) : $(NSINC)/UnixApi.CWString.pp $(CWSTRING_DEPS)
# Ctypes
#
ifneq ($(UNIXINC),)
CTYPES_DEPS_OS+=$(UNIXTYPEUNIT)$(PPUEXT)
endif
CTYPES_DEPS=$(INC)/ctypes.pp \
$(SYSTEMUNIT)$(PPUEXT) \
$(CTYPES_DEPS_OS) $(CTYPES_DEPS_CPU)