mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 02:50:30 +02:00
Add unixtype nit dependency for ctypes unit for Unix OSes
This commit is contained in:
parent
f10f1b59dd
commit
5001c72510
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user