where to look to see if a dependency has changed.

This commit is contained in:
Ryan Schultz
2022-12-09 10:31:57 -06:00
committed by Dion Moult
parent f81fc4e748
commit c6e285cef8
@@ -153,6 +153,7 @@ Blender for the changes to take effect.
The downside with this approach is that if a new dependency is added, or a The downside with this approach is that if a new dependency is added, or a
compiled dependency version requirement has changed, or the build system compiled dependency version requirement has changed, or the build system
changes, you'll need to fix your setup manually. But this is relatively rare. changes, you'll need to fix your setup manually. But this is relatively rare.
Reviewing the Makefile history, `here <https://github.com/IfcOpenShell/IfcOpenShell/commits/v0.7.0/src/blenderbim/Makefile>`__, is one quick way to see if a dependency has changed.
.. seealso:: .. seealso::