mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 12:50:31 +02:00
--- Merging r29473 into '.':
U packages/fpmkunit/Makefile.fpc U packages/fpmkunit/Makefile # revisions: 29473 git-svn-id: branches/fixes_3_0@29474 -
This commit is contained in:
parent
ff5ecc3bc6
commit
38125b061b
@ -348,7 +348,7 @@ UNIT_PROCESS=
|
||||
ifneq ($(findstring $(OS_SOURCE),win32 win64),)
|
||||
UNIT_PROCESS+=-Fi../fcl-process/src/win
|
||||
endif
|
||||
ifneq ($(findstring $(OS_SOURCE),linux freebsd darwin iphonesim netbsd openbsd solaris haiku aix android),)
|
||||
ifneq ($(findstring $(OS_SOURCE),linux freebsd darwin iphonesim netbsd openbsd solaris haiku aix android dragonfly),)
|
||||
UNIT_PROCESS+=-Fi../fcl-process/src/unix
|
||||
endif
|
||||
ifneq ($(findstring $(OS_SOURCE),os2 emx),)
|
||||
|
@ -39,7 +39,7 @@ UNIT_PROCESS=
|
||||
ifneq ($(findstring $(OS_SOURCE),win32 win64),)
|
||||
UNIT_PROCESS+=-Fi../fcl-process/src/win
|
||||
endif
|
||||
ifneq ($(findstring $(OS_SOURCE),linux freebsd darwin iphonesim netbsd openbsd solaris haiku aix android),)
|
||||
ifneq ($(findstring $(OS_SOURCE),linux freebsd darwin iphonesim netbsd openbsd solaris haiku aix android dragonfly),)
|
||||
UNIT_PROCESS+=-Fi../fcl-process/src/unix
|
||||
endif
|
||||
ifneq ($(findstring $(OS_SOURCE),os2 emx),)
|
||||
|
Loading…
Reference in New Issue
Block a user