Merge pull request #31213 from acowley/qt5-cmake-cleanup

qt5: fix cmake cleanup on darwin
This commit is contained in:
Daiderd Jordan
2017-11-04 16:51:56 +01:00
committed by GitHub

View File

@@ -3,7 +3,7 @@ qtQmlPrefix=@qtQmlPrefix@
qtDocPrefix=@qtDocPrefix@
_qtRmCMakeLink() {
find "${!outputLib}" -name "*.cmake" -type l | xargs rm
find "${!outputLib}" -name "*.cmake" -type l -delete
}
postInstallHooks+=(_qtRmCMakeLink)