mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 10:09:36 +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 ($(OS_TARGET),macosclassic)
|
||||
CTYPES_DEPS_OS+=$(UNIXTYPEUNIT)$(PPUEXT)
|
||||
endif
|
||||
endif
|
||||
|
||||
CTYPES_DEPS=$(INC)/ctypes.pp \
|
||||
$(SYSTEMUNIT)$(PPUEXT) \
|
||||
|
Loading…
Reference in New Issue
Block a user