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
Make minimal build more robust with file existence checking and debugging
- Check which source files actually exist before including them in build
- Dynamic object file list based on available sources
- Added comprehensive debugging output to diagnose build failures
- Better error handling to prevent script crashes from missing files
This should resolve ExternalProject build failures by only compiling
files that exist and providing detailed diagnostic information.
0 commit comments