mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:29:24 +02:00
macosclassic OS does not have unixtype unit
This commit is contained in:
parent
6f796034db
commit
8e98e35ac2
@ -1489,8 +1489,10 @@ UnixApi.CWString$(PPUEXT) : $(NSINC)/UnixApi.CWString.pp $(CWSTRING_DEPS)
|
|||||||
#
|
#
|
||||||
|
|
||||||
ifneq ($(UNIXINC),)
|
ifneq ($(UNIXINC),)
|
||||||
|
ifneq ($(OS_TARGET),macosclassic)
|
||||||
CTYPES_DEPS_OS+=$(UNIXTYPEUNIT)$(PPUEXT)
|
CTYPES_DEPS_OS+=$(UNIXTYPEUNIT)$(PPUEXT)
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
CTYPES_DEPS=$(INC)/ctypes.pp \
|
CTYPES_DEPS=$(INC)/ctypes.pp \
|
||||||
$(SYSTEMUNIT)$(PPUEXT) \
|
$(SYSTEMUNIT)$(PPUEXT) \
|
||||||
|
Loading…
Reference in New Issue
Block a user