mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 18:25:58 +02:00
* updated unitdir
This commit is contained in:
parent
109eb28676
commit
b65d2ce0bb
@ -255,12 +255,6 @@ endif
|
|||||||
# specify where units are.
|
# specify where units are.
|
||||||
ifndef UNITDIR
|
ifndef UNITDIR
|
||||||
UNITDIR=$(RTLDIR)/$(OS_TARGET)
|
UNITDIR=$(RTLDIR)/$(OS_TARGET)
|
||||||
ifeq ($(OS_TARGET),go32v1)
|
|
||||||
UNITDIR=$(RTLDIR)/dos/go32v1
|
|
||||||
endif
|
|
||||||
ifeq ($(OS_TARGET),go32v2)
|
|
||||||
UNITDIR=$(RTLDIR)/dos/go32v2
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# set the prefix directory where to install everything
|
# set the prefix directory where to install everything
|
||||||
|
Loading…
Reference in New Issue
Block a user