added -iterate for BuildCookRun in Package.sh for faster re-cook

This commit is contained in:
Jit Ray Chowdhury 2019-08-25 15:35:22 -07:00 committed by Marc Garcia Puig
parent de7f3e3478
commit 692bfeb144
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ if ${DO_CARLA_RELEASE} ; then
${UE4_ROOT}/Engine/Build/BatchFiles/RunUAT.sh BuildCookRun \
-project="${PWD}/CarlaUE4.uproject" \
-nocompileeditor -nop4 -cook -stage -archive -package \
-nocompileeditor -nop4 -cook -stage -archive -package -iterate \
-clientconfig=${PACKAGE_CONFIG} -ue4exe=UE4Editor \
-prereqs -targetplatform=Linux -build -utf8output \
-archivedirectory="${RELEASE_BUILD_FOLDER}"