The easy fix for this is to remove all build (and subsequent library) files from submodules, forcibly triggering the required submodule update on the next build command by simply running make cleanall.
However, the makefile is supposed to account for and update submodules accordingly.
The easy fix for this is to remove all build (and subsequent library) files from submodules, forcibly triggering the required submodule update on the next build command by simply running
make cleanall.However, the makefile is supposed to account for and update submodules accordingly.