mirror of
git://code.qt.io/qt/qt5.git
synced 2025-12-21 07:28:21 +08:00
Fix shadowbuild
Reviewed-by: axis
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -44,8 +44,8 @@ $relpath =~ s,\\,/,g;
|
||||
# the current directory is the "build tree" or "object tree"
|
||||
my $outpath = getcwd();
|
||||
|
||||
if (! -e "$outpath/qtbase/configure") {
|
||||
die("$outpath/qtbase/configure not found. Did you forget to run \"init-repository\"?");
|
||||
if (! -e "$relpath/qtbase/configure") {
|
||||
die("$relpath/qtbase/configure not found. Did you forget to run \"init-repository\"?");
|
||||
}
|
||||
|
||||
ensureDir("$outpath/qtbase");
|
||||
|
||||
Reference in New Issue
Block a user