1
1

* fix problem were frameworks wouldn't be found if doing a VPATH build

This commit was SVN r6339.
Этот коммит содержится в:
Brian Barrett 2005-07-04 16:41:45 +00:00
родитель b04c726ad1
Коммит 057919616e

Просмотреть файл

@ -185,7 +185,7 @@ for type in $found_types; do
#
project=""
for tmp_project in $found_projects; do
if test -d "$tmp_project/mca/$type" ; then
if test -d "$srcdir/$tmp_project/mca/$type" ; then
project="$tmp_project"
fi
done