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