Open renanklehm opened 2 months ago
See https://github.com/blender/blender/commit/92d935a2059e99dd4cbfcf18c14870ee77476ab2
Try this:
git remote add upstream https://github.com/blender/blender
git fetch upstream
git cherry-pick 92d935a2059e99dd4cbfcf18c14870ee77476ab2
make
Branch: goo-engine-v4.1-release CMake Version: 3.29.6 Visual Studio 2022 (v17.11.4)
Build.log
I followed the steps on: https://developer.blender.org/docs/handbook/building_blender/windows/
After succesfully running
make update
, I've tried runningmake
, but it resulted in a failed build with the following error:(Full log attached)