Explorar o código

* Do not accept $(FPCDIR)/units sub-directory existence to validate FPCDIR variable value

git-svn-id: trunk@35817 -
pierre %!s(int64=8) %!d(string=hai) anos
pai
achega
19148275db
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      utils/fpcm/fpcmake.ini

+ 1 - 1
utils/fpcm/fpcmake.ini

@@ -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