mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 23:21:57 +02:00
* Do not accept $(FPCDIR)/units sub-directory existence to validate FPCDIR variable value
git-svn-id: trunk@35817 -
This commit is contained in:
parent
cd13255d56
commit
19148275db
@ -392,7 +392,7 @@ endif
|
||||
# Test FPCDIR to look if the RTL dir exists
|
||||
ifdef FPCDIR
|
||||
override FPCDIR:=$(subst \,/,$(FPCDIR))
|
||||
ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl units)),)
|
||||
ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl)),)
|
||||
override FPCDIR=wrong
|
||||
endif
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user