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
Now that we're building stage3 frequently, I noticed that stage2 can't
auto-locate config.h because it's not in its own (or a parent)
directory.
This change makes `build.zig` try a little harder to find the `config.h`
from CMake: It will check for "build"/"stage1" directories that might
contain the file. More importantly, it will warn the user if it could
not be located.
0 commit comments