mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 03:59:28 +02:00
* include cpu_target unit dir
This commit is contained in:
parent
093bbd5017
commit
a8b982877b
@ -240,6 +240,7 @@ override NEEDOPT=-Sg
|
||||
|
||||
# Directories
|
||||
|
||||
override NEEDUNITDIR=$(CPU_TARGET)
|
||||
ifndef TARGETDIR
|
||||
TARGETDIR=.
|
||||
endif
|
||||
|
@ -5,6 +5,7 @@
|
||||
[dirs]
|
||||
fpcdir=..
|
||||
targetdir=.
|
||||
unitdir=$(CPU_TARGET)
|
||||
|
||||
[install]
|
||||
packagename=compiler
|
||||
|
Loading…
Reference in New Issue
Block a user