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 wrapper script: add toolchain symlink and build directory
The wrapper script now:
1. Creates a toolchain symlink so mfc.sh can verify it's in MFC root folder
2. Creates a build directory with venv symlink for mfc.sh to write to
3. Prevents 'You must call this script from within MFC's root folder' error
This ensures the mfc command works properly when called from any location.
0 commit comments