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:
authorRay Molenkamp <github@lazydodo.com>2021-03-16 21:42:09 +0300
committerRay Molenkamp <github@lazydodo.com>2021-03-16 21:42:09 +0300
commit877238e2b7f5a1d8c7e705a0112f9d9b16df77d3 (patch)
treedda66918e6fcdaded4ec88a16e7c659075e077d3 /build_files
parente183f2b6a97a96c6871b05784438c5a4d4bc069c (diff)
make_deps: Update blender package mirror URI
Final location in SVN was slightly different than we were planning on.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/build_environment/cmake/download.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/build_environment/cmake/download.cmake b/build_files/build_environment/cmake/download.cmake
index 9a92805cc00..f52957afeab 100644
--- a/build_files/build_environment/cmake/download.cmake
+++ b/build_files/build_environment/cmake/download.cmake
@@ -5,7 +5,7 @@ function(download_source dep)
if(PACKAGE_USE_UPSTREAM_SOURCES)
set(TARGET_URI ${${dep}_URI})
else()
- set(TARGET_URI https://svn.blender.org/svnroot/bf-blender/trunk/packages/${TARGET_FILE})
+ set(TARGET_URI https://svn.blender.org/svnroot/bf-blender/trunk/lib/packages/${TARGET_FILE})
endif()
set(TARGET_FILE ${PACKAGE_DIR}/${TARGET_FILE})
message("Checking source : ${dep} (${TARGET_FILE})")