make_deps: Update blender package mirror URI

Final location in SVN was slightly different
than we were planning on.
This commit is contained in:
Ray molenkamp 2021-03-16 12:42:09 -06:00
parent e183f2b6a9
commit 877238e2b7
1 changed files with 1 additions and 1 deletions

View File

@ -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})")