Merge branch 'dev' of https://github.com/carla-simulator/carla into dev
This commit is contained in:
commit
d854ab5f89
|
@ -110,6 +110,7 @@ if %REMOVE_INTERMEDIATE% == true (
|
|||
"%UE4_PROJECT_FOLDER%Intermediate",
|
||||
"%UE4_PROJECT_FOLDER%Plugins\Carla\Binaries",
|
||||
"%UE4_PROJECT_FOLDER%Plugins\Carla\Intermediate",
|
||||
"%UE4_PROJECT_FOLDER%Plugins\HoudiniEngine\",
|
||||
"%UE4_PROJECT_FOLDER%.vs"
|
||||
) do (
|
||||
if exist %%G (
|
||||
|
|
|
@ -128,6 +128,10 @@ if ${REMOVE_INTERMEDIATE} ; then
|
|||
|
||||
rm -Rf ${UE4_INTERMEDIATE_FOLDERS}
|
||||
|
||||
cd Plugins
|
||||
rm -Rf HoudiniEngine
|
||||
cd ..
|
||||
|
||||
popd >/dev/null
|
||||
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue