macdeployqt: Fix typo
This commit is contained in:
2
3rdparty/macdeployqt/shared.cpp
vendored
2
3rdparty/macdeployqt/shared.cpp
vendored
@@ -753,7 +753,7 @@ QString copyDylib(const FrameworkInfo &framework, const QString path)
|
|||||||
return QString();
|
return QString();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Return if the dylib has aleardy been deployed
|
// Return if the dylib has already been deployed
|
||||||
if (QFileInfo(dylibDestinationBinaryPath).exists() && !alwaysOwerwriteEnabled)
|
if (QFileInfo(dylibDestinationBinaryPath).exists() && !alwaysOwerwriteEnabled)
|
||||||
return dylibDestinationBinaryPath;
|
return dylibDestinationBinaryPath;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user