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