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
When you run make distclean, it doesn't touch builddir, even though that's (currently) where cross-builds put their builds. The command should probably rm -r builddir (assuming we stick with builddir as the directory name; need to check with other core devs before this gets wider than Tools/wasm and .gitignore).
When you run
make distclean, it doesn't touchbuilddir, even though that's (currently) where cross-builds put their builds. The command should probablyrm -r builddir(assuming we stick withbuilddiras the directory name; need to check with other core devs before this gets wider thanTools/wasmand.gitignore).