You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix mfc.sh build: keep toolchain in buildpath during build
The issue was that mfc.sh checks for 'toolchain/util.sh' to verify
it's being run from MFC's root folder. We were moving the toolchain
directory to the installation prefix BEFORE running the build, which
caused this check to fail.
Now we:
1. Keep toolchain in buildpath during the build
2. Install the Python package from buildpath/toolchain
3. Run the build (mfc.sh can now find toolchain/)
4. Move toolchain to prefix only after build completes
This ensures mfc.sh finds the required files while still installing
everything to the correct final location.
0 commit comments