mirror of
git://code.qt.io/qt/qt5.git
synced 2025-12-22 07:56:15 +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"
|
# the current directory is the "build tree" or "object tree"
|
||||||
my $outpath = getcwd();
|
my $outpath = getcwd();
|
||||||
|
|
||||||
if (! -e "$outpath/qtbase/configure") {
|
if (! -e "$relpath/qtbase/configure") {
|
||||||
die("$outpath/qtbase/configure not found. Did you forget to run \"init-repository\"?");
|
die("$relpath/qtbase/configure not found. Did you forget to run \"init-repository\"?");
|
||||||
}
|
}
|
||||||
|
|
||||||
ensureDir("$outpath/qtbase");
|
ensureDir("$outpath/qtbase");
|
||||||
|
|||||||
Reference in New Issue
Block a user