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
parent 569c19abca
commit a23bac6ecb
@@ -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
compiled dependency version requirement has changed, or the build system
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::