瀏覽代碼

macosclassic OS does not have unixtype unit

Pierre Muller 2 年之前
父節點
當前提交
8e98e35ac2
共有 1 個文件被更改,包括 2 次插入0 次删除
  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) \