Browse Source

macosclassic OS does not have unixtype unit

Pierre Muller 1 year ago
parent
commit
8e98e35ac2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rtl/inc/Makefile.rtl

+ 2 - 0
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) \