* fix problem were frameworks wouldn't be found if doing a VPATH build
This commit was SVN r6339.
Этот коммит содержится в:
родитель
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
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user