Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-09-03 18:38:40 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-09-03 19:01:57 +0300
commit4f92725283dd4f6e2a99be37ffdc581f015a2da1 (patch)
tree2a6e941f801391ecf23d2a2b946bbdfb73998463 /build_files/windows
parentbc1781cf6a3c283f19a53a959f650692bf85c76d (diff)
Fix buildbot unsuccessfully trying to update Blender repository for branches
Diffstat (limited to 'build_files/windows')
-rw-r--r--build_files/windows/parse_arguments.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/windows/parse_arguments.cmd b/build_files/windows/parse_arguments.cmd
index cb375b7fc9f..acbbc355f57 100644
--- a/build_files/windows/parse_arguments.cmd
+++ b/build_files/windows/parse_arguments.cmd
@@ -85,7 +85,7 @@ if NOT "%1" == "" (
set BUILD_UPDATE_ARGS=
) else if "%1" == "code_update" (
SET BUILD_UPDATE=1
- set BUILD_UPDATE_ARGS="--only-code"
+ set BUILD_UPDATE_ARGS="--no-libraries"
) else if "%1" == "ninja" (
SET BUILD_WITH_NINJA=1
) else if "%1" == "clean" (