mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 11:28:06 +02:00
Add SYSTEMDIR variable (needed for BSD OSes)
This commit is contained in:
parent
da1bffd3a6
commit
b9544ad342
@ -594,6 +594,10 @@ ifndef NSSYSUTILSDIR
|
||||
NSSYSUTILSDIR=$(NSDIR)/$(SYSUTILSDIR)
|
||||
endif
|
||||
|
||||
ifndef SYSTEMDIR
|
||||
SYSTEMDIR=$(OSDIR)
|
||||
endif
|
||||
|
||||
ifndef CLASSESDIR
|
||||
CLASSESDIR=$(OSDIR)
|
||||
endif
|
||||
@ -674,7 +678,7 @@ endif
|
||||
|
||||
# System
|
||||
|
||||
$(SYSTEMUNIT)$(PPUEXT) : $(SYSTEMUNIT).$(SYSTEMUNITEXT) $(SYSDEPS)
|
||||
$(SYSTEMUNIT)$(PPUEXT) : $(SYSTEMDIR)/$(SYSTEMUNIT).$(SYSTEMUNITEXT) $(SYSDEPS)
|
||||
$(COMPILER) $(FPC_SYSTEM_OPT) -Us -Sg $<
|
||||
|
||||
# uuchar
|
||||
|
Loading…
Reference in New Issue
Block a user