Merge pull request #31213 from acowley/qt5-cmake-cleanup
qt5: fix cmake cleanup on darwin
This commit is contained in:
commit
a9f13a4614
@ -3,7 +3,7 @@ qtQmlPrefix=@qtQmlPrefix@
|
|||||||
qtDocPrefix=@qtDocPrefix@
|
qtDocPrefix=@qtDocPrefix@
|
||||||
|
|
||||||
_qtRmCMakeLink() {
|
_qtRmCMakeLink() {
|
||||||
find "${!outputLib}" -name "*.cmake" -type l | xargs rm
|
find "${!outputLib}" -name "*.cmake" -type l -delete
|
||||||
}
|
}
|
||||||
|
|
||||||
postInstallHooks+=(_qtRmCMakeLink)
|
postInstallHooks+=(_qtRmCMakeLink)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user