mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-06 12:29:11 +01:00
* Also for FreeBSD. Renamefest starting now.
This commit is contained in:
parent
5694e05857
commit
8d5dbb0717
@ -31,6 +31,12 @@ override FPCOPT+=-dUNIX
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(OS_TARGET),freebsd)
|
||||
ifneq ($(findstring 1.0.,$(FPC_VERSION)),)
|
||||
override FPCOPT+=-dUNIX
|
||||
endif
|
||||
endif
|
||||
|
||||
# Don't export OS_SOURCE because it can change after the first compile
|
||||
unexport OS_SOURCE FPC_VERSION
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user