remove Houdini in Linux

This commit is contained in:
Blyron 2024-05-13 16:17:26 +02:00 committed by Blyron
parent 73d66006fa
commit 12f09009ab
1 changed files with 4 additions and 0 deletions

View File

@ -128,6 +128,10 @@ if ${REMOVE_INTERMEDIATE} ; then
rm -Rf ${UE4_INTERMEDIATE_FOLDERS}
cd Plugins
rm -Rf HoudiniEngine
cd ..
popd >/dev/null
fi