mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-26 23:52:09 +02:00
Fix TTHREADINCDIR value for haiku OS
This commit is contained in:
parent
f462aa9cf1
commit
fa1ec0e291
@ -57,7 +57,7 @@ SYSINITUNITS=si_c si_dllc
|
||||
UNITPREFIX=rtl
|
||||
DYNLIBS_DEPS_OS=$(DLUNIT)$(PPUEXT)
|
||||
DYNLIBSINCDIR=$(UNIXINC)
|
||||
TTHREADINCDIR=$(WINDIR)
|
||||
TTHREADINCDIR=$(UNIXINC)
|
||||
|
||||
ifeq ($(ARCH),i386)
|
||||
LOADERS=cprt0 dllcprt0
|
||||
|
Loading…
Reference in New Issue
Block a user