mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:39:31 +02:00
* unix dir included
This commit is contained in:
parent
b564e018d1
commit
78b0e40b43
@ -160,6 +160,9 @@ endif
|
||||
ifeq ($(OS_TARGET),freebsd)
|
||||
override COMPILER_INCLUDEDIR+=unix
|
||||
endif
|
||||
ifeq ($(OS_TARGET),netbsd)
|
||||
override COMPILER_INCLUDEDIR+=unix
|
||||
endif
|
||||
override COMPILER_SOURCEDIR+=$(OS_TARGET) inc
|
||||
override COMPILER_TARGETDIR+=$(OS_TARGET)
|
||||
ifndef ECHO
|
||||
|
@ -28,6 +28,7 @@ targetdir=$(OS_TARGET)
|
||||
includedir=$(OS_TARGET) inc
|
||||
includedir_linux=unix
|
||||
includedir_freebsd=unix
|
||||
includedir_netbsd=unix
|
||||
sourcedir=$(OS_TARGET) inc
|
||||
|
||||
[libs]
|
||||
|
Loading…
Reference in New Issue
Block a user